diff options
Diffstat (limited to 'ui/aura/aura_switches.cc')
-rw-r--r-- | ui/aura/aura_switches.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/aura/aura_switches.cc b/ui/aura/aura_switches.cc index 7fa3fb9..2dd4ff3 100644 --- a/ui/aura/aura_switches.cc +++ b/ui/aura/aura_switches.cc @@ -8,5 +8,7 @@ namespace switches { // Initial dimensions for the host window in the form "1024x768". const char kAuraHostWindowSize[] = "aura-host-window-size"; +// Use Aura-style window frames and drag behavior. +const char kAuraWindows[] = "aura-windows"; } // namespace switches |