Index: views/widget/native_widget_private.h |
diff --git a/views/widget/native_widget_private.h b/views/widget/native_widget_private.h |
index dab73f288a53236d2219f8fd303fe1e20d538aba..85d5a8bd3faa921b5935c85bf12cb3a618e99f34 100644 |
--- a/views/widget/native_widget_private.h |
+++ b/views/widget/native_widget_private.h |
@@ -183,6 +183,9 @@ class NativeWidgetPrivate : public NativeWidget { |
virtual void EnableClose(bool enable) = 0; |
virtual void Show() = 0; |
virtual void Hide() = 0; |
+ // Invoked if the initial show should maximize the window. |restored_bounds| |
+ // gives the bounds the bounds the window should be when not maximized. |
+ virtual void ShowMaximized(const gfx::Rect& restored_bounds) = 0; |
virtual void ShowNativeWidget(ShowState state) = 0; |
virtual bool IsVisible() const = 0; |
virtual void Activate() = 0; |