| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 9154eda7bfec731d48877d54377e8010c353e58f..d540af8f0614597aec01984e131064f5a4332d68 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";
|
|
|