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

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

Issue 2611253004: [Payment Request] Change the lifetime management of PaymentRequestImpl (Closed)
Patch Set: PaymentRequestImpl -> PaymentRequest 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 a3a02dbc734d009afd2617023db62ab5c13ee45b..6d2df0169030a256d3899b473bd0899e5bc1b1ff 100644
--- a/chrome/browser/ui/browser_dialogs.h
+++ b/chrome/browser/ui/browser_dialogs.h
@@ -49,7 +49,7 @@ class URLRequest;
}
namespace payments {
-class PaymentRequestImpl;
+class PaymentRequest;
}
namespace security_state {
@@ -150,7 +150,7 @@ void ShowBookmarkEditorViews(gfx::NativeWindow parent_window,
const BookmarkEditor::EditDetails& details,
BookmarkEditor::Configuration configuration);
-void ShowPaymentRequestDialog(payments::PaymentRequestImpl* impl);
+void ShowPaymentRequestDialog(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