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

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

Issue 2529733002: [WebPayments] Move views-specific code to c/b/ui/views/ (Closed)
Patch Set: Rebase 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
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/views/payments/payment_request_dialog.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 10dc1ffbc0675a7bb476a8dc687fc7e149e4d5d8..a3a02dbc734d009afd2617023db62ab5c13ee45b 100644
--- a/chrome/browser/ui/browser_dialogs.h
+++ b/chrome/browser/ui/browser_dialogs.h
@@ -48,6 +48,10 @@ class AuthChallengeInfo;
class URLRequest;
}
+namespace payments {
+class PaymentRequestImpl;
+}
+
namespace security_state {
struct SecurityInfo;
} // namespace security_state
@@ -146,6 +150,8 @@ void ShowBookmarkEditorViews(gfx::NativeWindow parent_window,
const BookmarkEditor::EditDetails& details,
BookmarkEditor::Configuration configuration);
+void ShowPaymentRequestDialog(payments::PaymentRequestImpl* impl);
+
#if defined(OS_MACOSX)
// This is a class so that it can be friended from ContentSettingBubbleContents,
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/views/payments/payment_request_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698