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

Unified Diff: chrome/app/generated_resources.grd

Issue 753393004: Add flag for single click autofill (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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') | components/autofill/content/renderer/autofill_agent.h » ('J')
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 f2bfc0e0b9b3ed5bd4ba6e4b7be7e46b4d0e9068..1bad55e130bde6cc7a7439128c2024966626e262 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14762,12 +14762,19 @@ Do you accept?
</message>
</if>
+ <!-- Autofill experiment flags -->
<message name="IDS_FLAGS_IGNORE_AUTOCOMPLETE_OFF_AUTOFILL_NAME" desc="Name of the ignore autocomplete='off' for Autofill lab">
Ignore autocomplete='off' (Autofill)
</message>
<message name="IDS_FLAGS_IGNORE_AUTOCOMPLETE_OFF_AUTOFILL_DESCRIPTION" desc="Description of the ignore autocomplete='off' for Autofill lab">
Ignore autocomplete='off' for forms that Chrome can Autofill with credit card or address data.
</message>
+ <message name="IDS_FLAGS_ENABLE_SINGLE_CLICK_AUTOFILL_NAME" desc="Name of the single click autofill lab">
+ Enable single-click autofill
+ </message>
+ <message name="IDS_FLAGS_ENABLE_SINGLE_CLICK_AUTOFILL_DESCRIPTION" desc="Description of the single click autofill lab">
+ Make autofill suggestions on initial mouse click on a form element.
+ </message>
<!-- Reader mode experiment flags -->
<if expr="is_android">
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | components/autofill/content/renderer/autofill_agent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698