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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2437593007: [Payments] Field trial and flag to abort payment request if no card. (Closed)
Patch Set: Created 4 years, 2 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
« chrome/browser/about_flags.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index b01eed8fae993073c469f64894d12d5e44f39cc3..1d2a555a527ee7ccf49e8ca62601921df22ff7c4 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1091,6 +1091,12 @@ const char kTabManagementExperimentTypeElderberry[] =
// Custom WebAPK server URL for the sake of testing.
const char kWebApkServerUrl[] = "webapk-server-url";
+
+// Enables the abort of a Payment Request when the user has no credit card.
+const char kEnablePaymentRequestNoCardAbort[] = "enable-no-card-abort";
+
+// Disables the abort of a Payment Request when the user has no credit card.
+const char kDisablePaymentRequestNoCardAbort[] = "disable-no-card-abort";
#endif // defined(OS_ANDROID)
#if defined(OS_CHROMEOS)
« chrome/browser/about_flags.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698