Index: chrome/browser/chromeos/system/input_device_settings_impl_x11.cc |
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 21674039392c06f2bad61b8e7553901b77e289b3..fb5393c3e7db277b60db21c3968e12dc2ecf97d8 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); |
oshima
2015/11/18 22:49:41
It's also be more consistent if we can do somethin
|
} |
void InputDeviceSettingsImplX11::GenerateTouchpadArguments( |