| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 9e092171ebcd4ea433512d516a305e5eafc0e7f6..13bb034ebd9c64aac3665928010289088b5f6dc7 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -548,6 +548,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";
|
|
|