| Index: ash/common/ash_switches.h | 
| diff --git a/ash/common/ash_switches.h b/ash/common/ash_switches.h | 
| index 7a1ee943bbf5356809bdbfedd12ee440f35eec57..acc4c29a7caf624d6a70761d9af9539c376baecc 100644 | 
| --- a/ash/common/ash_switches.h | 
| +++ b/ash/common/ash_switches.h | 
| @@ -30,6 +30,10 @@ ASH_EXPORT extern const char kAshEnableTouchView[]; | 
| ASH_EXPORT extern const char kAshEnableMirroredScreen[]; | 
| ASH_EXPORT extern const char kAshEstimatedPresentationDelay[]; | 
| ASH_EXPORT extern const char kAshForceEnablePalette[]; | 
| +ASH_EXPORT extern const char kAshForceTabletMode[]; | 
| +ASH_EXPORT extern const char kAshForceTabletModeAuto[]; | 
| +ASH_EXPORT extern const char kAshForceTabletModeClamshell[]; | 
| +ASH_EXPORT extern const char kAshForceTabletModeTouchView[]; | 
| ASH_EXPORT extern const char kAshHideNotificationsForFactory[]; | 
| ASH_EXPORT extern const char kAshShelfColor[]; | 
| ASH_EXPORT extern const char kAshShelfColorLightMuted[]; | 
|  |