Index: views/widget/native_widget_views.cc |
diff --git a/views/widget/native_widget_views.cc b/views/widget/native_widget_views.cc |
index 3bc341d0b2ea6ccd98fde37e4780c5a1423421ac..fd4a571a5b3eb2a07972c62c8417e7609e7a0090 100644 |
--- a/views/widget/native_widget_views.cc |
+++ b/views/widget/native_widget_views.cc |
@@ -346,7 +346,13 @@ void NativeWidgetViews::Hide() { |
view_->SetVisible(false); |
} |
-void NativeWidgetViews::ShowNativeWidget(ShowState state) { |
+void NativeWidgetViews::ShowWithState(ShowState state) { |
+ Show(); |
+} |
+ |
+void NativeWidgetViews::ShowMaximizedWithBounds( |
+ const gfx::Rect& restored_bounds) { |
+ Show(); |
} |
bool NativeWidgetViews::IsVisible() const { |