Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 706c1e7656266d3ee1f89ac7b329e82730916282..b3aa7c3ebbf004d6a17d2e6d9d80345e72a714eb 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -498,6 +498,10 @@ const char kEnableAsyncDns[] = "enable-async-dns"; |
// HttpAuthHandlerNegotiate::CreateSPN for more background. |
const char kEnableAuthNegotiatePort[] = "enable-auth-negotiate-port"; |
+// Enable using a public suffix based domain matching for autofill of passwords. |
+const char kEnablePasswordAutofillPublicSuffixDomainMatching[] = |
+ "enable-password-autofill-public-suffix-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. |