summaryrefslogtreecommitdiffstats
path: root/views/window/native_window_views.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/window/native_window_views.cc')
-rw-r--r--views/window/native_window_views.cc49
1 files changed, 0 insertions, 49 deletions
diff --git a/views/window/native_window_views.cc b/views/window/native_window_views.cc
index 156338b..de2e2ed 100644
--- a/views/window/native_window_views.cc
+++ b/views/window/native_window_views.cc
@@ -92,48 +92,6 @@ void NativeWindowViews::SetWindowBounds(const gfx::Rect& bounds,
GetView()->SetBoundsRect(bounds);
}
-void NativeWindowViews::HideWindow() {
- GetView()->SetVisible(false);
-}
-
-void NativeWindowViews::Activate() {
- NOTIMPLEMENTED();
-}
-
-void NativeWindowViews::Deactivate() {
- NOTIMPLEMENTED();
-}
-
-void NativeWindowViews::Maximize() {
- NOTIMPLEMENTED();
-}
-
-void NativeWindowViews::Minimize() {
- NOTIMPLEMENTED();
-}
-
-void NativeWindowViews::Restore() {
- NOTIMPLEMENTED();
-}
-
-bool NativeWindowViews::IsActive() const {
- return NativeWidgetViews::IsActive();
-}
-
-bool NativeWindowViews::IsVisible() const {
- return GetView()->IsVisible();
-}
-
-bool NativeWindowViews::IsMaximized() const {
- NOTIMPLEMENTED();
- return false;
-}
-
-bool NativeWindowViews::IsMinimized() const {
- NOTIMPLEMENTED();
- return false;
-}
-
void NativeWindowViews::SetFullscreen(bool fullscreen) {
}
@@ -142,9 +100,6 @@ bool NativeWindowViews::IsFullscreen() const {
return false;
}
-void NativeWindowViews::SetAlwaysOnTop(bool always_on_top) {
-}
-
void NativeWindowViews::SetUseDragFrame(bool use_drag_frame) {
}
@@ -155,10 +110,6 @@ NonClientFrameView* NativeWindowViews::CreateFrameViewForWindow() {
void NativeWindowViews::UpdateFrameAfterFrameChange() {
}
-gfx::NativeWindow NativeWindowViews::GetNativeWindow() const {
- return NULL;
-}
-
bool NativeWindowViews::ShouldUseNativeFrame() const {
NOTIMPLEMENTED();
return false;