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

Unified Diff: chrome/app/generated_resources.grd

Issue 146023002: Password manager now ignores autocomplete='off' by default; user may specify a flag that says other… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed flag prefix from --do-not... to --disable... Created 6 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') | components/autofill/core/common/autofill_switches.cc » ('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 4867798abef9e85f88fa33499c9d61e7f51db8b9..5cebf7dccddd9ccb97621790a98f58c7eba7a990 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15663,11 +15663,11 @@ Do you accept?
<message name="IDS_FLAGS_ZERO_SUGGEST_ETHER_NO_SERP" desc="A choice in dropdown dialog on about:flags page to show zero suggest on http pages only">
Related URLs only
</message>
- <message name="IDS_FLAGS_ENABLE_IGNORE_AUTOCOMPLETE_OFF_NAME" desc="Name of the ignore autocomplete='off' lab">
- Ignore autocomplete='off'
+ <message name="IDS_FLAGS_DISABLE_IGNORE_AUTOCOMPLETE_OFF_NAME" desc="Name of the disable ignore autocomplete='off' lab">
+ Disable ignore autocomplete='off'
</message>
- <message name="IDS_FLAGS_ENABLE_IGNORE_AUTOCOMPLETE_OFF_DESCRIPTION" desc="Description of the ignore autocomplete='off' lab">
- Ignore autocomplete='off' for password forms in the password manager.
+ <message name="IDS_FLAGS_DISABLE_IGNORE_AUTOCOMPLETE_OFF_DESCRIPTION" desc="Description of the disable ignore autocomplete='off' lab">
+ Disable ignore autocomplete='off' for password forms in the password manager.
</message>
</messages>
</release>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | components/autofill/core/common/autofill_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698