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

Unified Diff: ui/base/ui_base_switches.h

Issue 643193003: Support InputMethodManager#updateCursorAnchorInfo for Android 5.0 (C++ version) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Send ImeCompositionRangeChanged only when necessary Created 5 years, 11 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 | « ui/base/ui_base.gyp ('k') | ui/base/ui_base_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base_switches.h
diff --git a/ui/base/ui_base_switches.h b/ui/base/ui_base_switches.h
index 71dcfe93c0bf35fabe385cf8b9d0da1fb1effcf7..056d066030a3081b8db4854b2083e2e4d6b37497 100644
--- a/ui/base/ui_base_switches.h
+++ b/ui/base/ui_base_switches.h
@@ -33,6 +33,10 @@ UI_BASE_EXPORT extern const char kViewerConnect[];
UI_BASE_EXPORT extern const char kDisableRobotoFontUI[];
#endif
+#if defined(OS_ANDROID)
+UI_BASE_EXPORT extern const char kEnableCursorAnchorInfo[];
+#endif
+
} // namespace switches
#endif // UI_BASE_UI_BASE_SWITCHES_H_
« no previous file with comments | « ui/base/ui_base.gyp ('k') | ui/base/ui_base_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698