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

Unified Diff: chrome/app/generated_resources.grd

Issue 1082183002: Android - Introduce "keyboard accessory" for Autofill suggestions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more dtrainor review Created 5 years, 8 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 5fcd27dc5225bceace934b48b7ed6c1f12ee0327..79819472a36ec3281ec4104d86e77014da28b5ba 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15099,6 +15099,15 @@ After you create a new supervised user, you can manage their settings at any tim
Import cards from my Wallet.
</message>
+ <if expr="is_android">
+ <message name="IDS_FLAGS_AUTOFILL_ACCESSORY_VIEW_NAME" desc="Title for the flag to show Autofill suggestions at top of keyboard">
+ Autofill suggestions as keyboard accessory view
+ </message>
+ <message name="IDS_FLAGS_AUTOFILL_ACCESSORY_VIEW_DESCRIPTION" desc="Description for the flag to show Autofill suggestions at top of keyboard">
+ Shows Autofill suggestions on top of the keyboard rather than in a dropdown.
+ </message>
+ </if>
+
<!-- Reader mode experiment flags -->
<if expr="is_android">
<message name="IDS_FLAGS_READER_MODE_EXPERIMENT_NAME" desc="An about:flags experiment for reading mode UI">

Powered by Google App Engine
This is Rietveld 408576698