Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(919)

Unified Diff: base/win/metro.h

Issue 10855072: Add IsTsfAwareRequired method (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: add comments Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/win/metro.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | base/win/metro.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698