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

Unified Diff: chrome/browser/ui/views/payments/payment_request_views_util.h

Issue 2735803003: [WebPayments] Extracting common code from Shipping + Contact Info views. (Closed)
Patch Set: monday rebase Created 3 years, 9 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/browser/ui/views/payments/payment_request_views_util.h
diff --git a/chrome/browser/ui/views/payments/payment_request_views_util.h b/chrome/browser/ui/views/payments/payment_request_views_util.h
index 6a044dd602d6b44f3ad4a307f45d1c9979e5c670..c7cfbc6444559f3102aa5a2811313ac5d0f91d13 100644
--- a/chrome/browser/ui/views/payments/payment_request_views_util.h
+++ b/chrome/browser/ui/views/payments/payment_request_views_util.h
@@ -79,8 +79,8 @@ std::unique_ptr<views::View> GetContactInfoLabel(
const std::string& locale,
const autofill::AutofillProfile& profile,
bool show_payer_name,
- bool show_payer_email,
- bool show_payer_phone);
+ bool show_payer_phone,
+ bool show_payer_email);
// Creates a views::Border object that can paint the gray horizontal ruler used
// as a separator between items in the Payment Request dialog.

Powered by Google App Engine
This is Rietveld 408576698