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

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

Issue 8746001: Rebase ConfirmBubble on the new views bubble. (Closed) Base URL: svn://svn.chromium.org/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.h
diff --git a/chrome/browser/ui/confirm_bubble_model.h b/chrome/browser/ui/confirm_bubble_model.h
index 4253c383dc4a220b877e91e5472ec2859386ca6d..592f07a94bbb0313b09ea2747abe89f95fd9f339 100644
--- a/chrome/browser/ui/confirm_bubble_model.h
+++ b/chrome/browser/ui/confirm_bubble_model.h
@@ -66,9 +66,7 @@ class ConfirmBubbleModel {
// Creates a bubble and shows it with its top center at the specified
// |origin|. A bubble created by this function takes ownership of the
// specified |model|.
- static void Show(gfx::NativeView view,
- const gfx::Point& origin,
- ConfirmBubbleModel* model);
+ static void Show(const gfx::Point& origin, ConfirmBubbleModel* model);
Hironori Bono 2011/11/30 05:30:03 Mac needs gfx::NativeView to create an NSView. Is
msw 2011/11/30 06:51:38 Done.
private:
DISALLOW_COPY_AND_ASSIGN(ConfirmBubbleModel);
« no previous file with comments | « chrome/browser/tab_contents/spellchecker_submenu_observer.cc ('k') | chrome/browser/ui/confirm_bubble_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698