Index: views/window/native_window_views.cc |
=================================================================== |
--- views/window/native_window_views.cc (revision 88218) |
+++ views/window/native_window_views.cc (working copy) |
@@ -39,22 +39,8 @@ |
return this; |
} |
-gfx::Rect NativeWindowViews::GetRestoredBounds() const { |
- NOTIMPLEMENTED(); |
- return GetView()->bounds(); |
-} |
- |
-void NativeWindowViews::ShowNativeWindow(ShowState state) { |
- NOTIMPLEMENTED(); |
- GetView()->SetVisible(true); |
-} |
- |
void NativeWindowViews::BecomeModal() { |
NOTIMPLEMENTED(); |
} |
- |
-void NativeWindowViews::EnableClose(bool enable) { |
-} |
- |
} // namespace views |