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

Unified Diff: ui/events/devices/input_device.h

Issue 2827803002: Make Interaction Media Features MQ dynamic on Linux. (Closed)
Patch Set: Rebase and fix test failures Created 3 years, 7 months 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/devices/input_device.h
diff --git a/ui/events/devices/input_device.h b/ui/events/devices/input_device.h
index 4ef06b38cf868e7279da975065e91fddb904785f..3f7073916f808d5470e4b71e35b6c4830166e7f2 100644
--- a/ui/events/devices/input_device.h
+++ b/ui/events/devices/input_device.h
@@ -45,6 +45,8 @@ struct EVENTS_DEVICES_EXPORT InputDevice {
// Name of the device.
std::string name;
+ bool enabled;
sadrul 2017/05/10 01:47:54 bool enabled = true;
+
// The path to the input device in the sysfs filesystem.
base::FilePath sys_path;

Powered by Google App Engine
This is Rietveld 408576698