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/06 22:03:06
I think this will need to be tied into --ash-md=ex
Evan Stade
2016/07/06 23:02:59
This feature seems somewhat orthogonal to material
|
| + |
| // When this flag is set, system sounds will not be played. |
| const char kAshDisableSystemSounds[] = "ash-disable-system-sounds"; |