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

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

Issue 2817533006: [Web Payments] Add PopMany and Size functions to ViewStack (Closed)
Patch Set: Remove unused Observer that caused use-after-free in tests. Created 3 years, 8 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 f395b2a622a1c91f4e08b61fcd43edca0f8c7738..8303b9082db7a8792bcc13d29dcdbd8a0c65c30c 100644
--- a/chrome/browser/ui/views/payments/payment_request_dialog_view.h
+++ b/chrome/browser/ui/views/payments/payment_request_dialog_view.h
@@ -59,6 +59,8 @@ class PaymentRequestDialogView : public views::DialogDelegateView,
virtual void OnBackNavigation() = 0;
+ virtual void OnBackToPaymentSheetNavigation() = 0;
+
virtual void OnEditorViewUpdated() = 0;
virtual void OnErrorMessageShown() = 0;
@@ -94,6 +96,7 @@ class PaymentRequestDialogView : public views::DialogDelegateView,
void Pay();
void GoBack();
+ void GoBackToPaymentSheet();
void ShowContactProfileSheet();
void ShowOrderSummary();
void ShowShippingProfileSheet();

Powered by Google App Engine
This is Rietveld 408576698