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

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: 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..945b793a07b9584e4e5a9d2068b36f31608f47a5 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;
Evan Stade 2016/08/22 21:31:56 nit: Cardholder (I see some places that use card_
please use gerrit instead 2016/08/22 21:51:10 Done.
extern const char kCreditCardSigninPromoImpressionLimitParamKey[];
// Returns true if autofill should be enabled. See also

Powered by Google App Engine
This is Rietveld 408576698