diff options
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index 44e1737..69067eb 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -49,5 +49,8 @@ const char kAuraWindowModeManaged[] = "managed"; // Traditional window management with multiple draggable windows. const char kAuraWindowModeOverlapping[] = "overlapping"; +// Use Aura to manage windows of type WINDOW_TYPE_PANEL. +const char kAuraPanelManager[] = "aura-panels"; + } // namespace switches } // namespace ash |