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); |