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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java

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
Index: chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java b/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
index 9cf2ee290fd1748cf9fe8df264fea27c5d7d9027..c8d6a694f5162a0d1b054cdd2f97a514fa139b13 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
@@ -93,6 +93,12 @@ public abstract class ChromeSwitches {
*/
public static final String MARKET_URL_FOR_TESTING = "market-url-for-testing";
+ /** Enable the abort of a Payment Request is the user has no credit card. */
+ public static final String ENABLE_NO_CARD_ABORT = "enable-no-card-abort";
+
+ /** Disable the abort of a Payment Request is the user has no credit card. */
+ public static final String DISABLE_NO_CARD_ABORT = "disabled-no-card-abort";
please use gerrit instead 2016/10/20 20:27:43 Please use https://cs.chromium.org/chromium/src/ch
sebsg 2016/10/21 02:20:31 Done.
+
///////////////////////////////////////////////////////////////////////////////////////////////
// Native Switches
///////////////////////////////////////////////////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698