summaryrefslogtreecommitdiffstats
path: root/views/window/native_window_views.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-08 17:47:43 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-08 17:47:43 +0000
commit68c477df6917633a7a9c64f8624446ca0bd895d5 (patch)
treea270354aa75de9516ba5b150568bb1d142b24b1c /views/window/native_window_views.h
parent8a9c6c3401524c0a4b5d37d65335e9124885305a (diff)
downloadchromium_src-68c477df6917633a7a9c64f8624446ca0bd895d5.zip
chromium_src-68c477df6917633a7a9c64f8624446ca0bd895d5.tar.gz
chromium_src-68c477df6917633a7a9c64f8624446ca0bd895d5.tar.bz2
Move more from Window onto Widget.
BUG=72040 TEST=none Review URL: http://codereview.chromium.org/7054052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88356 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/window/native_window_views.h')
-rw-r--r--views/window/native_window_views.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/views/window/native_window_views.h b/views/window/native_window_views.h
index 1489d08..f944c00 100644
--- a/views/window/native_window_views.h
+++ b/views/window/native_window_views.h
@@ -29,10 +29,7 @@ class NativeWindowViews : public NativeWidgetViews,
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_;