| Index: ash/common/ash_switches.cc | 
| diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc | 
| index e096ad34915bd660270ea80516c5f45f1651c83e..4f2f8caa113cf765e38f93ca5a2ac1d9ffd36853 100644 | 
| --- a/ash/common/ash_switches.cc | 
| +++ b/ash/common/ash_switches.cc | 
| @@ -69,6 +69,15 @@ const char kAshEstimatedPresentationDelay[] = | 
| // Enables the palette next to the status area. | 
| const char kAshForceEnablePalette[] = "ash-force-enable-palette"; | 
|  | 
| +// Enables required things for the selected UI mode, regardless of whether the | 
| +// Chromebook is currently in the selected UI mode. | 
| +const char kAshForceTabletMode[] = "force-tablet-mode"; | 
| + | 
| +// Values for the kAshForceTabletMode flag. | 
| +const char kAshForceTabletModeAuto[] = "auto"; | 
| +const char kAshForceTabletModeClamshell[] = "clamshell"; | 
| +const char kAshForceTabletModeTouchView[] = "touch_view"; | 
| + | 
| // Hides notifications that are irrelevant to Chrome OS device factory testing, | 
| // such as battery level updates. | 
| const char kAshHideNotificationsForFactory[] = | 
|  |