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

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

Issue 2748133004: [Payments] View controllers no longer have access to PaymentRequest (Closed)
Patch Set: Initial 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 7968c472ec749d858d90ac59b32d1f08d890fc0b..318b31b61088148933973fc0d0896823c2f8b944 100644
--- a/chrome/browser/ui/views/payments/payment_request_dialog_view.h
+++ b/chrome/browser/ui/views/payments/payment_request_dialog_view.h
@@ -64,6 +64,7 @@ class PaymentRequestDialogView : public views::DialogDelegateView,
void ShowDialog() override;
void CloseDialog() override;
+ void Pay();
void GoBack();
void ShowContactProfileSheet();
void ShowOrderSummary();

Powered by Google App Engine
This is Rietveld 408576698