| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index ca6a75372069ebae3b662133812ac2cc844e0f20..23e35be563cac293fa3586e166a00fa26346c963 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -44,5 +44,9 @@ const char kAuraLegacyPowerButton[] = "aura-legacy-power-button";
|
| // Avoid drawing drop shadows under windows.
|
| const char kAuraNoShadows[] = "aura-no-shadows";
|
|
|
| +// Enable host system window management.
|
| +const char kAuraEnableHostWindowManagement[] =
|
| + "aura-enable-host-window-management";
|
| +
|
| } // namespace switches
|
| } // namespace ash
|
|
|