| 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.
|
|
|