Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: components/autofill/core/browser/autofill_experiments.h

Issue 2257493004: Add "AutofillScanCardholderName" feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable feature by default Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/autofill/core/browser/autofill_experiments.h
diff --git a/components/autofill/core/browser/autofill_experiments.h b/components/autofill/core/browser/autofill_experiments.h
index 700e41eef568825a085071c63e957c1e55d2dcb9..13b3b15300e72b60398975721c2d988f7d60a5e3 100644
--- a/components/autofill/core/browser/autofill_experiments.h
+++ b/components/autofill/core/browser/autofill_experiments.h
@@ -20,8 +20,9 @@ class PrefService;
namespace autofill {
extern const base::Feature kAutofillCreditCardAssist;
-extern const base::Feature kAutofillProfileCleanup;
extern const base::Feature kAutofillCreditCardSigninPromo;
+extern const base::Feature kAutofillProfileCleanup;
+extern const base::Feature kAutofillScanCardholderName;
extern const char kCreditCardSigninPromoImpressionLimitParamKey[];
// Returns true if autofill should be enabled. See also

Powered by Google App Engine
This is Rietveld 408576698