Chromium Code Reviews| Index: ash/common/ash_switches.h | 
| diff --git a/ash/common/ash_switches.h b/ash/common/ash_switches.h | 
| index d798e3e57584c81d02dde2cb8a5b66d78af19b8a..7b3090ed4cb0368e2269b0f8924b2d87679b0b17 100644 | 
| --- a/ash/common/ash_switches.h | 
| +++ b/ash/common/ash_switches.h | 
| @@ -38,6 +38,7 @@ ASH_EXPORT extern const char kAshEnableSoftwareMirroring[]; | 
| ASH_EXPORT extern const char kAshDisableSystemSounds[]; | 
| ASH_EXPORT extern const char kAshEnableSystemSounds[]; | 
| ASH_EXPORT extern const char kAshEnableTouchViewTesting[]; | 
| +ASH_EXPORT extern const char kAshEnableWindowCycleUi[]; | 
| 
 
Daniel Erat
2016/07/06 22:04:47
nit: highly unscientific, but "UI" looks like it's
 
Evan Stade
2016/07/06 23:02:59
Yea, Chrome does it wrong in most places. The goog
 
Daniel Erat
2016/07/06 23:47:30
fair enough. i actually checked the chromium style
 
Evan Stade
2016/07/07 15:24:42
I guess that might be a bug in the guide? The part
 
 | 
| ASH_EXPORT extern const char kAshHideNotificationsForFactory[]; | 
| ASH_EXPORT extern const char kAshHostWindowBounds[]; | 
| ASH_EXPORT extern const char kAshMaterialDesign[]; |