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

Unified Diff: chrome/browser/ui/cocoa/browser_window_cocoa.h

Issue 2529733002: [WebPayments] Move views-specific code to c/b/ui/views/ (Closed)
Patch Set: Implement ShowWebPaymentsDialog in TestBrowserWindow Created 4 years, 1 month 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/cocoa/browser_window_cocoa.h
diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.h b/chrome/browser/ui/cocoa/browser_window_cocoa.h
index ecf9ad8b226cd75eb29aa86babb262d6b3183f55..8804d98bbe1ce51ea6d1002295851271099bb522 100644
--- a/chrome/browser/ui/cocoa/browser_window_cocoa.h
+++ b/chrome/browser/ui/cocoa/browser_window_cocoa.h
@@ -28,6 +28,10 @@ class Command;
class Extension;
}
+namespace payments {
+class PaymentRequestImpl;
+}
+
namespace security_state {
struct SecurityInfo;
} // namespace security_state
@@ -157,6 +161,7 @@ class BrowserWindowCocoa
const extensions::Extension* extension,
const base::Callback<void(ImeWarningBubblePermissionStatus status)>&
callback) override;
+ void ShowWebPaymentsDialog(payments::PaymentRequestImpl* impl) override;
// Overridden from ExtensionKeybindingRegistry::Delegate:
extensions::ActiveTabPermissionGranter* GetActiveTabPermissionGranter()

Powered by Google App Engine
This is Rietveld 408576698