| Index: ash/common/ash_switches.cc
|
| diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc
|
| index b8b3578df90199317a32f586464a5012998ea408..10e91909d23dbae1a44c2c09a665204f808a4cc4 100644
|
| --- a/ash/common/ash_switches.cc
|
| +++ b/ash/common/ash_switches.cc
|
| @@ -61,6 +61,10 @@ const char kAshEnablePalette[] = "ash-enable-palette";
|
| const char kAshEnablePaletteOnAllDisplays[] =
|
| "ash-enable-palette-on-all-displays";
|
|
|
| +// Enables tablet power button behavior for convertible/tablet devices.
|
| +// TODO(warx): Enable or remove this switch once crbug.com/633304 is fully
|
| +// finished.
|
| +const char kAshEnableTabletPowerButton[] = "ash-enable-tablet-power-button";
|
| #endif
|
|
|
| // Enables the observation of accelerometer events to enter touch-view mode.
|
|
|