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

Unified Diff: chrome/browser/android/chrome_feature_list.cc

Issue 2286563002: Add credit card scanner to payments UI. (Closed)
Patch Set: Rename flag to match histograms.xml Created 4 years, 3 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
« no previous file with comments | « chrome/browser/android/chrome_feature_list.h ('k') | components/autofill_strings.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/chrome_feature_list.cc
diff --git a/chrome/browser/android/chrome_feature_list.cc b/chrome/browser/android/chrome_feature_list.cc
index 10554e05e299bbc8885eeb5067e3ae6f7ddab12e..bf4dc16adc095011f39078d5847b7263c0f0ad4d 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -48,6 +48,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
&kPhysicalWebFeature,
&kPhysicalWebIgnoreOtherClientsFeature,
&kReadItLaterInMenu,
+ &kScanCardsInWebPayments,
&kSpecialLocaleFeature,
&kSpecialLocaleWrapper,
&kSystemDownloadManager,
@@ -91,6 +92,9 @@ const base::Feature kPhysicalWebIgnoreOtherClientsFeature{
const base::Feature kReadItLaterInMenu{"ReadItLaterInMenu",
base::FEATURE_DISABLED_BY_DEFAULT};
+const base::Feature kScanCardsInWebPayments{"ScanCardsInWebPayments",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
const base::Feature kSpecialLocaleFeature{"SpecialLocale",
base::FEATURE_DISABLED_BY_DEFAULT};
« no previous file with comments | « chrome/browser/android/chrome_feature_list.h ('k') | components/autofill_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698