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: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index a9f341a047008e78ada979ac95134f00b11807d2..4b8382ba64ef4fea3ae7ee33f0e6f5713fb9c376 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5319,6 +5319,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_ENABLE_PHYSICAL_WEB_DESCRIPTION" desc="Description of the flag to enable the physical web feature.">
Enable scanning for URLs from Physical Web objects.
</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.">
aelias_OOO_until_Jul13 2016/02/10 08:23:41 Is a flag really needed? This seems relatively lo
+ 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>
</if>
<message name="IDS_FLAGS_TOUCH_EVENTS_NAME" desc="Title of the touch-events flag." >
Enable touch events

Powered by Google App Engine
This is Rietveld 408576698