diff options
Diffstat (limited to 'components/autofill/common')
-rw-r--r-- | components/autofill/common/autofill_switches.cc | 3 | ||||
-rw-r--r-- | components/autofill/common/autofill_switches.h | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/components/autofill/common/autofill_switches.cc b/components/autofill/common/autofill_switches.cc index 3e6b388..defb318 100644 --- a/components/autofill/common/autofill_switches.cc +++ b/components/autofill/common/autofill_switches.cc @@ -7,6 +7,9 @@ namespace autofill { namespace switches { +// Flag used to tell Chrome the Autochecout whitelist url. +const char kAutocheckoutWhitelistUrl[] = "autocheckout-whitelist-url"; + // Flag used to tell Chrome the base url of the Autofill service. const char kAutofillServiceUrl[] = "autofill-service-url"; diff --git a/components/autofill/common/autofill_switches.h b/components/autofill/common/autofill_switches.h index 536e4d9..5bf022f 100644 --- a/components/autofill/common/autofill_switches.h +++ b/components/autofill/common/autofill_switches.h @@ -10,6 +10,7 @@ namespace switches { // All switches in alphabetical order. The switches should be documented // alongside the definition of their values in the .cc file. +extern const char kAutocheckoutWhitelistUrl[]; extern const char kAutofillServiceUrl[]; extern const char kBypassAutocheckoutWhitelist[]; extern const char kDisableInteractiveAutocomplete[]; |