| Index: views/widget/native_widget_win.h
|
| diff --git a/views/widget/native_widget_win.h b/views/widget/native_widget_win.h
|
| index eb8d3913e3df63cc27040d5bb35822698270e877..9b8ef9ee8f917231e0f32f2212d58b60d700b376 100644
|
| --- a/views/widget/native_widget_win.h
|
| +++ b/views/widget/native_widget_win.h
|
| @@ -243,6 +243,7 @@ class NativeWidgetWin : public ui::WindowImpl,
|
| virtual void EnableClose(bool enable) OVERRIDE;
|
| virtual void Show() OVERRIDE;
|
| virtual void Hide() OVERRIDE;
|
| + virtual void ShowMaximized(const gfx::Rect& restored_bounds) OVERRIDE;
|
| virtual void ShowNativeWidget(ShowState state) OVERRIDE;
|
| virtual bool IsVisible() const OVERRIDE;
|
| virtual void Activate() OVERRIDE;
|
|
|