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

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

Issue 2501593003: Implement the new basic card specification. (Closed)
Patch Set: Update the tests to ignore exception when parsing method-specific data in renderer per issue discus… 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/android/java/src/org/chromium/chrome/browser/payments/PaymentApp.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentApp.java b/chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentApp.java
index 477e5a13bd0638966fda5af07f026b9294d43669..f1e3aa01672ce81698a05458d017393debfdcb1f 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentApp.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentApp.java
@@ -42,8 +42,8 @@ public interface PaymentApp {
/**
* Returns a list of all payment method names that this app supports. For example, ["visa",
- * "mastercard"] in basic card payments. Should return a list of at least one method name.
- * https://w3c.github.io/webpayments-methods-card/#method-id
+ * "mastercard", "basic-card"] in basic card payments. Should return a list of at least one
+ * method name. https://w3c.github.io/webpayments-methods-card/#method-id
*
* @return The list of all payment method names that this app supports.
*/

Powered by Google App Engine
This is Rietveld 408576698