summaryrefslogtreecommitdiffstats
path: root/ash/shell/toplevel_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell/toplevel_window.h')
-rw-r--r--ash/shell/toplevel_window.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/ash/shell/toplevel_window.h b/ash/shell/toplevel_window.h
index 77b29aa..71bbfa2 100644
--- a/ash/shell/toplevel_window.h
+++ b/ash/shell/toplevel_window.h
@@ -18,7 +18,12 @@ class ToplevelWindow : public views::WidgetDelegateView {
bool can_resize;
bool can_maximize;
};
- static void CreateToplevelWindow(const CreateParams& params);
+ static views::Widget* CreateToplevelWindow(
+ const CreateParams& params);
+
+ // Clears saved show state and bounds used to position
+ // a new window.
+ static void ClearSavedStateForTest();
private:
explicit ToplevelWindow(const CreateParams& params);