summaryrefslogtreecommitdiff
path: root/chromium/components/autofill/core/common/autofill_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/autofill/core/common/autofill_switches.cc')
-rw-r--r--chromium/components/autofill/core/common/autofill_switches.cc11
1 files changed, 6 insertions, 5 deletions
diff --git a/chromium/components/autofill/core/common/autofill_switches.cc b/chromium/components/autofill/core/common/autofill_switches.cc
index 4bb9f632105..cf0334180cf 100644
--- a/chromium/components/autofill/core/common/autofill_switches.cc
+++ b/chromium/components/autofill/core/common/autofill_switches.cc
@@ -22,6 +22,11 @@ const char kAutofillServerURL[] = "autofill-server-url";
const char kAutofillMetadataUploadEncoding[] =
"autofill-metadata-upload-encoding";
+// The number of days after which to reset the registry of autofill events for
+// which an upload has been sent.
+const char kAutofillUploadThrottlingPeriodInDays[] =
+ "autofill-upload-throttling-period-in-days";
+
// Force hiding the local save checkbox in the autofill dialog box for getting
// the full credit card number for a wallet card. The card will never be stored
// locally.
@@ -33,10 +38,6 @@ const char kDisableOfferStoreUnmaskedWalletCards[] =
const char kEnableOfferStoreUnmaskedWalletCards[] =
"enable-offer-store-unmasked-wallet-cards";
-// Enables suggestions with substring matching instead of prefix matching.
-const char kEnableSuggestionsWithSubstringMatch[] =
- "enable-suggestions-with-substring-match";
-
// Ignores autocomplete="off" for Autofill data (profiles + credit cards).
const char kIgnoreAutocompleteOffForAutofill[] =
"ignore-autocomplete-off-autofill";
@@ -48,7 +49,7 @@ const char kShowAutofillTypePredictions[] = "show-autofill-type-predictions";
const char kShowAutofillSignatures[] = "show-autofill-signatures";
// Use the sandbox Online Wallet service URL (for developer testing).
-const char kWalletServiceUseSandbox[] = "wallet-service-use-sandbox";
+const char kWalletServiceUseSandbox[] = "wallet-service-use-sandbox";
} // namespace switches
} // namespace autofill