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

Unified Diff: chrome/browser/ui/confirm_bubble_model.cc

Issue 8697001: Implement confirm bubble for Mac. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: chrome/browser/ui/confirm_bubble_model.cc
===================================================================
--- chrome/browser/ui/confirm_bubble_model.cc (revision 113739)
+++ chrome/browser/ui/confirm_bubble_model.cc (working copy)
@@ -40,6 +40,7 @@
void ConfirmBubbleModel::LinkClicked() {
}
+#if !defined(OS_MACOSX)
void ConfirmBubbleModel::Show(gfx::NativeView view,
const gfx::Point& origin,
ConfirmBubbleModel* model) {
@@ -51,4 +52,4 @@
NOTIMPLEMENTED(); // Bug 99130: Implement it.
#endif
}
-
+#endif

Powered by Google App Engine
This is Rietveld 408576698