| Index: views/window/native_window_views.h
|
| ===================================================================
|
| --- views/window/native_window_views.h (revision 88218)
|
| +++ views/window/native_window_views.h (working copy)
|
| @@ -29,10 +29,7 @@
|
| virtual const Window* GetWindow() const OVERRIDE;
|
| virtual NativeWidget* AsNativeWidget() OVERRIDE;
|
| virtual const NativeWidget* AsNativeWidget() const OVERRIDE;
|
| - virtual gfx::Rect GetRestoredBounds() const OVERRIDE;
|
| - virtual void ShowNativeWindow(ShowState state) OVERRIDE;
|
| virtual void BecomeModal() OVERRIDE;
|
| - virtual void EnableClose(bool enable) OVERRIDE;
|
|
|
| internal::NativeWindowDelegate* delegate_;
|
|
|
|
|