diff options
author | jww@chromium.org <jww@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-16 22:52:07 +0000 |
---|---|---|
committer | jww@chromium.org <jww@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-16 22:52:07 +0000 |
commit | 58bc1c32387ae3628915d2cc7361823dcacb1d79 (patch) | |
tree | 369373ce753c2be1b3c22cad61c53d8abebbd330 /chrome/app | |
parent | fc339fc27b9e68851be8b69994c10929b8b98133 (diff) | |
download | chromium_src-58bc1c32387ae3628915d2cc7361823dcacb1d79.zip chromium_src-58bc1c32387ae3628915d2cc7361823dcacb1d79.tar.gz chromium_src-58bc1c32387ae3628915d2cc7361823dcacb1d79.tar.bz2 |
Put ignore autocomplete='off' behind a flag. Restores the basic
autocomplete='off' semantics, but creates a flag to ignore autocomplete='off' so
we can choose which way to go for release.
BUG=177288
Review URL: https://codereview.chromium.org/109343002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241053 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 73b3eaf..a40c4d2 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -15474,6 +15474,12 @@ 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> + <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> </messages> <structures fallback_to_english="true"> |