diff options
author | dbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-08 06:24:40 +0000 |
---|---|---|
committer | dbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-08 06:24:40 +0000 |
commit | fca9deb8296cb3d6c8e7c030c11ff64f3560078f (patch) | |
tree | 83c53283624db719e55a36f3ca18aede9a396d58 /chrome/common/chrome_switches.h | |
parent | d3afa1118465dff80232d36b7452700c43997d57 (diff) | |
download | chromium_src-fca9deb8296cb3d6c8e7c030c11ff64f3560078f.zip chromium_src-fca9deb8296cb3d6c8e7c030c11ff64f3560078f.tar.gz chromium_src-fca9deb8296cb3d6c8e7c030c11ff64f3560078f.tar.bz2 |
[autofill] Removes the --allow-insecure-interactive-autocomplete flag and
instead simply shows a warning when requesting credit card info over an insecure
connection (rather than blocking the invocation).
BUG=162785,157273
TEST=invoke UI on HTTP page
Review URL: https://chromiumcodereview.appspot.com/11476038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171950 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 1a6dce4..7f07409 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -27,7 +27,6 @@ extern const char kActionBox[]; extern const char kAllowCrossOriginAuthPrompt[]; extern const char kAllowFileAccess[]; extern const char kAllowHTTPBackgroundPage[]; -extern const char kAllowInsecureInteractiveAutocomplete[]; extern const char kAllowLegacyExtensionManifests[]; extern const char kAllowNaClSocketAPI[]; extern const char kAllowOutdatedPlugins[]; |