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

Unified Diff: chrome/app/generated_resources.grd

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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 8281fc021792787db6d7015fbb91d675013b342a..3e2e88cdf486ceab5e95a60cd5cbe2bc321d792f 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5724,6 +5724,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_ENABLE_ACCESSIBILITY_SCRIPT_INJECTION_DESCRIPTION" desc="Description of the flag to enable script injection for accessibility.">
Enable script injection instead of native Android accessibility.
</message>
+ <message name="IDS_FLAGS_ENABLE_CURSOR_ANCHOR_INFO_NAME" desc="Name of the flag to enable the CursorAnchorInfo API for Android 5.0 and later.">
+ Enable CursorAnchorInfo API
+ </message>
+ <message name="IDS_FLAGS_ENABLE_CURSOR_ANCHOR_INFO_DESCRIPTION" desc="Description of the flag to enable the CursorAnchorInfo API for Android 5.0 and later.">
+ Enable CursorAnchorInfo API for Android 5.0 and later.
+ </message>
<message name="IDS_FLAGS_DISABLE_CAST_NAME" desc="Name of the flag to disable Chromecast support.">
Disable experimental Chromecast support
</message>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698