| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 51736d98a8328d0c6b224eee78e4873884580587..7e325e8f708b970161f4ddaa0e24ee28af1c908f 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -790,6 +790,10 @@ const char kFileSystemProviderMounted[] = "file_system_provider.mounted";
|
| // A boolean pref set to true if the virtual keyboard should be enabled.
|
| const char kTouchVirtualKeyboardEnabled[] = "ui.touch_virtual_keyboard_enabled";
|
|
|
| +// Boolean prefs for the status of the touch screen and the touchpad.
|
| +const char kTouchScreenEnabled[] = "events.touch_screen.enabled";
|
| +const char kTouchPadEnabled[] = "events.touch_pad.enabled";
|
| +
|
| // A boolean pref that controls whether the dark connect feature is enabled.
|
| // The dark connect feature allows a Chrome OS device to periodically wake
|
| // from suspend in a low-power state to maintain WiFi connectivity.
|
|
|