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

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

Issue 2592833002: [WebPayments] Start populating the Payment Sheet. (Closed)
Patch Set: Created 4 years 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.h
diff --git a/chrome/browser/ui/views/payments/payment_request_dialog.h b/chrome/browser/ui/views/payments/payment_request_dialog.h
index cef41d9b04899881ca79178e8218cea1d9e1d56b..d9e0474dcfe1a00a42b559d38e8c76fe0b8705f5 100644
--- a/chrome/browser/ui/views/payments/payment_request_dialog.h
+++ b/chrome/browser/ui/views/payments/payment_request_dialog.h
@@ -36,9 +36,12 @@ class PaymentRequestDialog : public views::DialogDelegateView {
// views::DialogDelegate
bool Cancel() override;
+ bool ShouldShowCloseButton() const override;
+ int GetDialogButtons() const override;
void GoBack();
void ShowOrderSummary();
+ void CloseDialog();
private:
void ShowInitialPaymentSheet();

Powered by Google App Engine
This is Rietveld 408576698