Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index e8089c1d835e603b46ecb047dcc6fec2fbaa996e..9af52c5498c0dea3d88fedffe9c2d2d64c262158 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -199,6 +199,10 @@ class ASH_EXPORT Shell |
// True if "launcher per display" feature is enabled. |
static bool IsLauncherPerDisplayEnabled(); |
+ // True if an experimental maximize mode is enabled which forces browser and |
+ // application windows to be maximized only. |
+ static bool IsForcedMaximizeMode(); |
James Cook
2013/04/22 22:15:46
Either this should be IsForceMaximizeMode() or the
Mr4D (OOO till 08-26)
2013/04/23 04:41:28
Done.
|
+ |
void set_active_root_window(aura::RootWindow* active_root_window) { |
active_root_window_ = active_root_window; |
} |