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

Unified Diff: chrome/browser/ui/browser_dialogs.h

Issue 2649683002: [Payments] Improve the closing of the PR dialog. (Closed)
Patch Set: addressed comments from sky Created 3 years, 11 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
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/views/payments/order_summary_view_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_dialogs.h
diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
index 6d2df0169030a256d3899b473bd0899e5bc1b1ff..58befd474c14f21f78e839d93ccfb41115666dec 100644
--- a/chrome/browser/ui/browser_dialogs.h
+++ b/chrome/browser/ui/browser_dialogs.h
@@ -50,6 +50,7 @@ class URLRequest;
namespace payments {
class PaymentRequest;
+class PaymentRequestDialog;
}
namespace security_state {
@@ -150,7 +151,8 @@ void ShowBookmarkEditorViews(gfx::NativeWindow parent_window,
const BookmarkEditor::EditDetails& details,
BookmarkEditor::Configuration configuration);
-void ShowPaymentRequestDialog(payments::PaymentRequest* request);
+payments::PaymentRequestDialog* CreatePaymentRequestDialog(
+ payments::PaymentRequest* request);
#if defined(OS_MACOSX)
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/views/payments/order_summary_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698