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

Unified Diff: chrome/common/chrome_switches.h

Issue 2437593007: [Payments] Field trial and flag to abort payment request if no card. (Closed)
Patch Set: Added histogram 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
Index: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 2122084d6a8de346230e49adbe0f05f26d37c29b..a26e31705b7b735dafce5ddbb47008c9358adfc6 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -312,6 +312,8 @@ extern const char kProgressBarAnimation[];
extern const char kTabManagementExperimentTypeDisabled[];
extern const char kTabManagementExperimentTypeElderberry[];
extern const char kWebApkServerUrl[];
+extern const char kEnablePaymentRequestNoCardAbort[];
+extern const char kDisablePaymentRequestNoCardAbort[];
please use gerrit instead 2016/10/21 13:36:27 These two are no longer necessary.
sebsg 2016/10/21 16:49:55 Done.
#endif // defined(OS_ANDROID)
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698