diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-23 19:25:20 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-23 19:25:20 +0000 |
commit | 4334bcb2fafca26d8d7c7ffeed436f44a94568e5 (patch) | |
tree | 46dc155103058d5bc1680feb9cfce37a1bcf5eab /chrome/common/chrome_switches.h | |
parent | 524f1cfdea8f21922f116fbe96dcd0f71663f4dc (diff) | |
download | chromium_src-4334bcb2fafca26d8d7c7ffeed436f44a94568e5.zip chromium_src-4334bcb2fafca26d8d7c7ffeed436f44a94568e5.tar.gz chromium_src-4334bcb2fafca26d8d7c7ffeed436f44a94568e5.tar.bz2 |
Remove the --enable-new-autofill switch. This enables the AutoFillManager to show the infobar asking the user to enable/disable AutoFill++.
BUG=18201
TEST=none
Review URL: http://codereview.chromium.org/650169
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39755 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 5ec34b6..aa5c1bd 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -90,7 +90,6 @@ extern const char kEnableNativeWebWorkers[]; // TODO(dspringer): remove this when NaCl x86-32 security issues are fixed extern const char kEnableNaClOnMac[]; #endif -extern const char kEnableNewAutoFill[]; extern const char kEnablePrivacyBlacklists[]; extern const char kEnableRendererAccessibility[]; extern const char kEnableSeccompSandbox[]; |