| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index 30fc6c4434a4c11d56d59a5de832778694e9146e..4f1befe48655f03f7053abbb7c24d1e9dac21320 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -47,6 +47,9 @@ const char kAshEnableNightLight[] = "ash-enable-night-light";
|
| 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";
|
|
|
|
|