| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 4ff72e742901c23a469dc44dca65004461fd808c..9318a78ed5c78380348a3bcdb2bbf7dd01b83fd4 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 wake on SSID is enabled.
|
| const char kWakeOnWifiSsid[] = "settings.internet.wake_on_wifi_ssid";
|
|
|
|
|