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

Unified Diff: chrome/browser/ui/views/frame/browser_view.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/views/frame/browser_view.h
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
index d9e2f42902a8a5f813bb4731ff1c0489a30aaf29..53f06f6a09c791068002a3b77aaee37ec0f218ff 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -71,6 +71,10 @@ class Command;
class Extension;
}
+namespace payments {
+class PaymentRequestImpl;
+}
+
namespace views {
class AccessiblePaneView;
class ExternalFocusTracker;
@@ -369,6 +373,7 @@ class BrowserView : public BrowserWindow,
callback) override;
std::string GetWorkspace() const override;
bool IsVisibleOnAllWorkspaces() const override;
+ void ShowWebPaymentsDialog(payments::PaymentRequestImpl* impl) override;
BookmarkBarView* GetBookmarkBarView() const;
LocationBarView* GetLocationBarView() const;

Powered by Google App Engine
This is Rietveld 408576698