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

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

Issue 2368073002: PaymentRequest: Add payer name field to payer info editor. (android) (Closed)
Patch Set: PaymentRequest: Add payer name field to payer info editor. (android) 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/payments/ui/PaymentRequestUI.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestUI.java b/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestUI.java
index ba2101cdea40220ad2db7203d6fc5104c2fa2c59..1b80f380f5643199c7eee86f8b488dfd8f9c0eb0 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestUI.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestUI.java
@@ -312,8 +312,8 @@ public class PaymentRequestUI implements DialogInterface.OnDismissListener, View
* @param activity The activity on top of which the UI should be displayed.
* @param client The consumer of the PaymentRequest UI.
* @param requestShipping Whether the UI should show the shipping address and option selection.
- * @param requestContact Whether the UI should show the email address and phone number
- * selection.
+ * @param requestContact Whether the UI should show the payer name, email address and
+ * phone number selection.
* @param canAddCards Whether the UI should show the [+ADD CARD] button. This can be false,
* for example, when the merchant does not accept credit cards, so
* there's no point in adding cards within PaymentRequest UI.

Powered by Google App Engine
This is Rietveld 408576698