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

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

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.mm
diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.mm b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
index 8c4984149ee471350c3ed779051cb7e614f97e69..96a2bc01d11ceb31072a7c94765e1892cefc2fe5 100644
--- a/chrome/browser/ui/cocoa/browser_window_cocoa.mm
+++ b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
@@ -839,3 +839,8 @@ void BrowserWindowCocoa::ShowImeWarningBubble(
callback) {
NOTREACHED() << "The IME warning bubble is unsupported on this platform.";
}
+
+void BrowserWindowCocoa::ShowWebPaymentsDialog(
+ payments::PaymentRequestImpl* impl) {
+ NOTREACHED() << "WebPayments isn't supported on this platform.";
+}

Powered by Google App Engine
This is Rietveld 408576698