| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index 3db6f134cb46144b586d1ef14b5f13da784e50b7..5abb3c33c0fbd2d45228a6f13bb25fd208200719 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -47,6 +47,9 @@ const char kAshEnableMagnifierKeyScroller[] =
|
| const char kAshEnablePaletteOnAllDisplays[] =
|
| "ash-enable-palette-on-all-displays";
|
|
|
| +// Enables the split view on tablet mode.
|
| +const char kAshEnableTabletSplitView[] = "enable-tablet-splitview";
|
| +
|
| // Enables the observation of accelerometer events to enter touch-view mode.
|
| const char kAshEnableTouchView[] = "enable-touchview";
|
|
|
|
|