diff options
author | gcasto@chromium.org <gcasto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-23 22:59:47 +0000 |
---|---|---|
committer | gcasto@chromium.org <gcasto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-23 22:59:47 +0000 |
commit | 6feec4977810d1a5468eafd6c0bb9687b246f427 (patch) | |
tree | eeff62b558a8d1c14acc603d21386187b357d193 /chrome/app | |
parent | 14cfbd6a8c4fdaf0f72bf5c1be3b6529e71292e7 (diff) | |
download | chromium_src-6feec4977810d1a5468eafd6c0bb9687b246f427.zip chromium_src-6feec4977810d1a5468eafd6c0bb9687b246f427.tar.gz chromium_src-6feec4977810d1a5468eafd6c0bb9687b246f427.tar.bz2 |
[Password Generation] Remove separate pref.
This feature will just be considered part of the password manager instead of
having it's own opt out.
BUG=333535
Review URL: https://codereview.chromium.org/144813002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246711 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 6ab8055..adb8cbc 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -10616,9 +10616,6 @@ Would you like to start <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Pr <message name="IDS_OPTIONS_SAFEBROWSING_ENABLEPROTECTION" desc="The label of the 'Enable phishing and malware protection' checkbox"> Enable phishing and malware protection </message> - <message name="IDS_OPTIONS_PASSWORD_GENERATION_ENABLED_LABEL" desc="The label of the 'Enable automatic password generation' checkbox"> - Enable automatic password generation - </message> <message name="IDS_OPTIONS_SSL_CHECKREVOCATION" desc="The label of the 'Check for server certificate revocation' checkbox"> Check for server certificate revocation </message> |