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

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

Issue 2526293003: PaymentApp: Add classes for supporting Web Based Payment Apps (Closed)
Patch Set: Make the service worker unittests work even with the feature flag off 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
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..bbb919c85fe2960c6bc55e9bfbee7747c6e5b8fb 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -34,6 +34,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
&autofill::kAutofillScanCardholderName,
&features::kConsistentOmniboxGeolocation,
&features::kCredentialManagementAPI,
+ &features::kServiceWorkerPaymentApps,
&features::kSimplifiedFullscreenUI,
&features::kVrShell,
&features::kWebPayments,

Powered by Google App Engine
This is Rietveld 408576698