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

Unified Diff: chrome/browser/about_flags.cc

Issue 2715013002: [Payments] Put Web Payments feature on desktop behind flag (Closed)
Patch Set: untouch runtime_features file Created 3 years, 10 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/app/generated_resources.grd ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index e20393597b5297ba92c1afac8036fe02367c4541..7edb0968892f83b4e12ad8594278ab285fb48da5 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2049,6 +2049,9 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-framebusting-needs-sameorigin-or-usergesture",
IDS_FLAGS_FRAMEBUSTING_NAME, IDS_FLAGS_FRAMEBUSTING_DESCRIPTION, kOsAll,
FEATURE_VALUE_TYPE(features::kFramebustingNeedsSameOriginOrUserGesture)},
+ {"web-payments", IDS_FLAGS_WEB_PAYMENTS_NAME,
+ IDS_FLAGS_WEB_PAYMENTS_DESCRIPTION, kOsDesktop,
+ FEATURE_VALUE_TYPE(features::kWebPayments)},
#if defined(OS_ANDROID)
{"enable-android-pay-integration-v1",
IDS_FLAGS_ENABLE_ANDROID_PAY_INTEGRATION_V1_NAME,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698