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

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, 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/confirm_bubble_model.cc
===================================================================
--- chrome/browser/ui/confirm_bubble_model.cc (revision 111570)
+++ chrome/browser/ui/confirm_bubble_model.cc (working copy)
@@ -41,6 +41,7 @@
void ConfirmBubbleModel::LinkClicked() {
}
+#if !defined(OS_MACOSX)
void ConfirmBubbleModel::Show(gfx::NativeView view,
tfarina 2011/11/30 15:58:38 This is better implemented as a free function. Ma
Hironori Bono 2011/12/09 11:14:32 Thanks for your suggestion. I'm implementing GTK c
const gfx::Point& origin,
ConfirmBubbleModel* model) {
@@ -59,4 +60,4 @@
NOTIMPLEMENTED(); // Bug 99130: Implement it.
#endif
}
-
+#endif

Powered by Google App Engine
This is Rietveld 408576698