summaryrefslogtreecommitdiff
path: root/chromium/components/autofill/core/common/autofill_features.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/autofill/core/common/autofill_features.h')
-rw-r--r--chromium/components/autofill/core/common/autofill_features.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/chromium/components/autofill/core/common/autofill_features.h b/chromium/components/autofill/core/common/autofill_features.h
index 3d32bcfbb5b..b8e577e7f38 100644
--- a/chromium/components/autofill/core/common/autofill_features.h
+++ b/chromium/components/autofill/core/common/autofill_features.h
@@ -12,15 +12,21 @@ namespace features {
// All features in alphabetical order.
extern const base::Feature kAutofillAddressNormalizer;
-extern const base::Feature kAutofillRequireSecureCreditCardContext;
+extern const base::Feature kAutofillCacheQueryResponses;
extern const base::Feature kAutofillDynamicForms;
+extern const base::Feature kAutofillEnablePaymentsInteractionsOnAuthError;
extern const base::Feature kAutofillEnforceMinRequiredFieldsForHeuristics;
extern const base::Feature kAutofillEnforceMinRequiredFieldsForQuery;
extern const base::Feature kAutofillEnforceMinRequiredFieldsForUpload;
+extern const base::Feature kAutofillRequireSecureCreditCardContext;
+extern const base::Feature kAutofillResetFullServerCardsOnAuthError;
extern const base::Feature kAutofillRestrictUnownedFieldsToFormlessCheckout;
+extern const base::Feature kAutofillSendExperimentIdsInPaymentsRPCs;
+extern const base::Feature kAutofillShowAutocompleteConsoleWarnings;
extern const base::Feature kAutofillShowTypePredictions;
extern const base::Feature kAutofillSkipComparingInferredLabels;
-extern const base::Feature kAutofillUpstreamUseGooglePayOnAndroidBranding;
+extern const base::Feature kAutofillUpstreamUseGooglePayBrandingOnMobile;
+extern const base::Feature kSingleClickAutofill;
} // namespace features
} // namespace autofill