| 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..c809fa1cfa8b6165005ab12a21292fa27ba7d529 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::SetTouchEventsCrOsX11MasterSwitch(enabled);
|
| }
|
|
|
| void InputDeviceSettingsImplX11::GenerateTouchpadArguments(
|
|
|