Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(732)

Unified Diff: ui/events/ozone/evdev/input_device_settings_evdev.h

Issue 1412623006: Developer Feature: Add Debug Accelerators to Toggle Touchscreen/Touchpad On or Off (CrOS) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sadrul's comment Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/events/ozone/evdev/input_device_settings_evdev.h
diff --git a/ui/events/ozone/evdev/input_device_settings_evdev.h b/ui/events/ozone/evdev/input_device_settings_evdev.h
index 0665f6424455412ff6c33ea6af898cad23f8100d..1be7637e79996674f0c8201ec0143049511751e8 100644
--- a/ui/events/ozone/evdev/input_device_settings_evdev.h
+++ b/ui/events/ozone/evdev/input_device_settings_evdev.h
@@ -32,6 +32,7 @@ struct InputDeviceSettingsEvdev {
bool enable_devices = true; // If false, all input is disabled.
bool enable_internal_touchpad = true;
+ bool enable_touch_screens = true;
bool enable_internal_keyboard_filter = false;
std::vector<DomCode> internal_keyboard_allowed_keys;
};

Powered by Google App Engine
This is Rietveld 408576698