summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authornyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-18 08:25:43 +0000
committernyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-18 08:25:43 +0000
commit283cc569304b334f46012d6442f64328a8c82523 (patch)
tree22ac73fe404095a68123cd7bc3a30228fefe7c8a /chrome/common/chrome_switches.h
parente7d390a8740a09ae8d95d1a81cb86889e1fc3d1d (diff)
downloadchromium_src-283cc569304b334f46012d6442f64328a8c82523.zip
chromium_src-283cc569304b334f46012d6442f64328a8c82523.tar.gz
chromium_src-283cc569304b334f46012d6442f64328a8c82523.tar.bz2
[autofill] Enable PSL domain matching for password autofill by default.
* Enables the public suffix list domain matching for autofill of passwords by default on Android. * Changes the flag to one which can turned on and off. Flag to enable: --enable-password-autofill-psl-domain-matching Flag to disable: --disable-password-autofill-psl-domain-matching It can also be changed from chrome://flags. BUG=176386 Review URL: https://chromiumcodereview.appspot.com/19476002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212288 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index f91f6b4..e96fb29 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -107,6 +107,7 @@ extern const char kDisableIPPooling[];
extern const char kDisableLocalFirstLoadNTP[];
extern const char kDisableMinimizeOnSecondLauncherItemClick[];
extern const char kDisableNTPOtherSessionsMenu[];
+extern const char kDisablePasswordAutofillPublicSuffixDomainMatching[];
extern const char kDisablePopupBlocking[];
extern const char kDisablePreconnect[];
extern const char kDisablePrerenderLocalPredictor[];