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

Unified Diff: chrome/browser/ui/views/payments/payment_request_dialog_view.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_dialog_view.h
diff --git a/chrome/browser/ui/views/payments/payment_request_dialog_view.h b/chrome/browser/ui/views/payments/payment_request_dialog_view.h
index 604bf3c396ca560cc725077c14fb93d08301761a..ec2e44b6c2f97809b656976fa175e8e5560e80e0 100644
--- a/chrome/browser/ui/views/payments/payment_request_dialog_view.h
+++ b/chrome/browser/ui/views/payments/payment_request_dialog_view.h
@@ -65,9 +65,9 @@ class PaymentRequestDialogView : public views::DialogDelegateView,
void CloseDialog() override;
void GoBack();
- void ShowContactInfoSheet();
+ void ShowContactProfileSheet();
void ShowOrderSummary();
- void ShowShippingListSheet();
+ void ShowShippingProfileSheet();
void ShowPaymentMethodSheet();
void ShowCreditCardEditor();

Powered by Google App Engine
This is Rietveld 408576698