Index: views/widget/native_widget_win.h |
diff --git a/views/widget/native_widget_win.h b/views/widget/native_widget_win.h |
index ea89239055f034655f14e2c10f9cc312ea1be430..4298fe59b82f53c7676245ac05c77c43cf939ea2 100644 |
--- a/views/widget/native_widget_win.h |
+++ b/views/widget/native_widget_win.h |
@@ -246,7 +246,9 @@ class NativeWidgetWin : public ui::WindowImpl, |
virtual void EnableClose(bool enable) OVERRIDE; |
virtual void Show() OVERRIDE; |
virtual void Hide() OVERRIDE; |
- virtual void ShowNativeWidget(ShowState state) OVERRIDE; |
+ virtual void ShowMaximizedWithBounds( |
+ const gfx::Rect& restored_bounds) OVERRIDE; |
+ virtual void ShowWithState(ShowState state) OVERRIDE; |
virtual bool IsVisible() const OVERRIDE; |
virtual void Activate() OVERRIDE; |
virtual void Deactivate() OVERRIDE; |