Index: base/win/metro.h |
diff --git a/base/win/metro.h b/base/win/metro.h |
index 50a26baa90fa55a4a13f8d24ad9b229ca9b39247..8cf2ce8692ddc4168c9a0333f81ea2b3097f381d 100644 |
--- a/base/win/metro.h |
+++ b/base/win/metro.h |
@@ -55,6 +55,10 @@ BASE_EXPORT HMODULE GetMetroModule(); |
// in Windows Metro mode. |
BASE_EXPORT bool IsMetroProcess(); |
+// Returns true if this process is running under Text Services Framework (TSF) |
+// and browser must be TSF-aware. |
+BASE_EXPORT bool IsTsfAwareRequired(); |
+ |
// Allocates and returns the destination string via the LocalAlloc API after |
// copying the src to it. |
BASE_EXPORT wchar_t* LocalAllocAndCopyString(const string16& src); |