| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 6c6de43d017dd666f98f25d05d6d4af2c924e742..859aad1c1e71c89c4861f18b78fc45786a3a03c8 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -583,6 +583,9 @@ const char kEnableAsyncDns[] = "enable-async-dns";
|
| // HttpAuthHandlerNegotiate::CreateSPN for more background.
|
| const char kEnableAuthNegotiatePort[] = "enable-auth-negotiate-port";
|
|
|
| +// Enables the i18n address input widget for the requestAutocomplete() dialog.
|
| +const char kEnableAutofillAddressI18n[] = "enable-autofill-address-i18n";
|
| +
|
| // Enable using a public suffix based domain matching for autofill of passwords.
|
| const char kEnablePasswordAutofillPublicSuffixDomainMatching[] =
|
| "enable-password-autofill-public-suffix-domain-matching";
|
|
|