summaryrefslogtreecommitdiffstats
path: root/chromium/base/win/metro.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/win/metro.h')
-rw-r--r--chromium/base/win/metro.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/chromium/base/win/metro.h b/chromium/base/win/metro.h
index b2208fcb49c..5894ef06dae 100644
--- a/chromium/base/win/metro.h
+++ b/chromium/base/win/metro.h
@@ -76,17 +76,6 @@ BASE_EXPORT bool IsMetroProcess();
// immersive (Metro) process.
BASE_EXPORT bool IsProcessImmersive(HANDLE process);
-// Returns true if this process is running under Text Services Framework (TSF)
-// and browser must be TSF-aware.
-BASE_EXPORT bool IsTSFAwareRequired();
-
-// Sets browser to use Text Services Framework (TSF) regardless of process
-// status. On Windows 8, this function also disables CUAS (Cicero Unaware
-// Application Support) to emulate Windows Metro mode in terms of IME
-// functionality. This should be beneficial in QA process because on can test
-// IME functionality in Windows 8 desktop mode.
-BASE_EXPORT void SetForceToUseTSF();
-
// Allocates and returns the destination string via the LocalAlloc API after
// copying the src to it.
BASE_EXPORT wchar_t* LocalAllocAndCopyString(const string16& src);