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

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

Issue 2542493004: Show modified total price for payment instruments. (Closed)
Patch Set: Let anyone review chrome_feature_list.h Created 4 years 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') | tools/metrics/histograms/histograms.xml » ('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 9342c8a6fd456cfd9748625c8e7337ac3f496b49..2476804741e198e72f86f1eb44f843b70b121112 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -53,6 +53,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
&kSpecialLocaleWrapper,
&kTabReparenting,
&kWebApks,
+ &kWebPaymentsModifiers,
&ntp_snippets::kContentSuggestionsFeature,
&ntp_snippets::kIncreasedVisibility,
&ntp_snippets::kForeignSessionsSuggestionsFeature,
@@ -92,12 +93,12 @@ const base::Feature kImportantSitesInCBD{"ImportantSitesInCBD",
const base::Feature kNoCreditCardAbort{"NoCreditCardAbort",
base::FEATURE_DISABLED_BY_DEFAULT};
-const base::Feature kNTPOfflinePagesFeature{"NTPOfflinePages",
- base::FEATURE_ENABLED_BY_DEFAULT};
-
const base::Feature kNTPFakeOmniboxTextFeature{
"NTPFakeOmniboxText", base::FEATURE_DISABLED_BY_DEFAULT};
+const base::Feature kNTPOfflinePagesFeature{"NTPOfflinePages",
+ base::FEATURE_ENABLED_BY_DEFAULT};
+
const base::Feature kPhysicalWebFeature{"PhysicalWeb",
base::FEATURE_ENABLED_BY_DEFAULT};
@@ -120,6 +121,9 @@ const base::Feature kUserMediaScreenCapturing{
// URL which opens Chrome in fullscreen.
const base::Feature kWebApks{"WebApks", base::FEATURE_DISABLED_BY_DEFAULT};
+const base::Feature kWebPaymentsModifiers{"WebPaymentsModifiers",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
static jboolean IsEnabled(JNIEnv* env,
const JavaParamRef<jclass>& clazz,
const JavaParamRef<jstring>& jfeature_name) {
« no previous file with comments | « chrome/browser/android/chrome_feature_list.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698