Chromium Code Reviews| Index: ash/common/ash_switches.cc |
| diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc |
| index ef0fb1c7a068a4466092cb342813c646906fc0c1..b0359e8f1607af331e797ba67bb4034af5f789da 100644 |
| --- a/ash/common/ash_switches.cc |
| +++ b/ash/common/ash_switches.cc |
| @@ -75,6 +75,9 @@ const char kAshEnableSoftwareMirroring[] = "ash-enable-software-mirroring"; |
| // flag is removed. |
| const char kAshEnableTouchViewTesting[] = "ash-enable-touch-view-testing"; |
| +// Enables the window cycling UI (more visual feedback for alt-tab). |
| +const char kAshEnableWindowCycleUi[] = "ash-enable-window-cycle-ui"; |
|
varkha
2016/07/07 17:40:28
Not sure if we need this or could just use ash-md=
Evan Stade
2016/07/09 00:35:05
I think this is useful for when we want to launch
|
| + |
| // When this flag is set, system sounds will not be played. |
| const char kAshDisableSystemSounds[] = "ash-disable-system-sounds"; |