diff options
Diffstat (limited to 'chrome/browser/chromeos/system/input_device_settings_impl_x11.cc')
| -rw-r--r-- | chrome/browser/chromeos/system/input_device_settings_impl_x11.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/system/input_device_settings_impl_x11.cc b/chrome/browser/chromeos/system/input_device_settings_impl_x11.cc index 2167403..fb5393c 100644 --- a/chrome/browser/chromeos/system/input_device_settings_impl_x11.cc +++ b/chrome/browser/chromeos/system/input_device_settings_impl_x11.cc @@ -294,7 +294,7 @@ void InputDeviceSettingsImplX11::SetInternalTouchpadEnabled(bool enabled) { } void InputDeviceSettingsImplX11::SetTouchscreensEnabled(bool enabled) { - ui::SetTouchEventsEnabled(enabled); + ui::SetTouchEventsCrOsMasterSwitch(enabled); } void InputDeviceSettingsImplX11::GenerateTouchpadArguments( |
