Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index c38e88a0336ae1a80316fe6a97b7fb87c06d8b8a..f63c1a6b09f1dcac3a321a6be0c277ba3f0ff1e6 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -494,6 +494,10 @@ const char kEnableAsyncDns[] = "enable-async-dns"; |
// HttpAuthHandlerNegotiate::CreateSPN for more background. |
const char kEnableAuthNegotiatePort[] = "enable-auth-negotiate-port"; |
+// Enable using a PSL-based domain matching for autofill of passwords. |
+const char kEnablePasswordAutofillPSLDomainMatching[] = |
+ "enable-password-autofill-psl-domain-matching"; |
+ |
// Enables the pre- and auto-login features. When a user signs in to sync, the |
// browser's cookie jar is pre-filled with GAIA cookies. When the user visits a |
// GAIA login page, an info bar can help the user login. |