| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 1790b229877c5e38d6cf77e6b5004b3bbdfeb253..4b93390e2e5016c4eab4c07a61a5f7d0b7f8edb9 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -552,6 +552,10 @@ 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 kEnableAutofillAddressInternationalization[] =
|
| + "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";
|
|
|