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

Unified Diff: content/public/common/content_switches.cc

Issue 1589953005: Support InputMethodManager#updateCursorAnchorInfo for Android 5.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Findbugs warning / Simplify the state transition. Created 4 years, 10 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
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index b124c14d7bef8fbd1ced45a41bb5c842ec2bdb23..98fb04fa88bd19ba2e1c432a0613eb257d186083 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -923,6 +923,9 @@ const char kEnableLongpressDragSelection[] = "enable-longpress-drag-selection";
// Enable IPC-based synchronous compositing. Used by Android WebView.
const char kIPCSyncCompositing[] = "ipc-sync-compositing";
+// Enable CursorAnchorInfo API that is added in Android 5.0.
+const char kEnableCursorAnchorInfo[] = "enable-cursor-anchor-info";
+
// The telephony region (ISO country code) to use in phone number detection.
const char kNetworkCountryIso[] = "network-country-iso";

Powered by Google App Engine
This is Rietveld 408576698