diff options
Diffstat (limited to 'components/autofill/common/autofill_switches.cc')
-rw-r--r-- | components/autofill/common/autofill_switches.cc | 3 |
1 files changed, 3 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"; |