| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index 24c3e2e896a1fb2ef4a48a688dfacc4d787a1688..2e14565467e34038069b8213c77baa39d7a16e7b 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -40,5 +40,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
|
|
|