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

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

Issue 1992443002: Add Mojo IPC based input-device service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_ddm
Patch Set: Rebase/move. Created 4 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_manager.h
diff --git a/ui/events/devices/input_device_manager.h b/ui/events/devices/input_device_manager.h
index 4876e462af022ce2392f19a39751d2b61291d01b..83835ad854ab3c20ffb0181eff417bad135c8115 100644
--- a/ui/events/devices/input_device_manager.h
+++ b/ui/events/devices/input_device_manager.h
@@ -31,8 +31,8 @@ class EVENTS_DEVICES_EXPORT InputDeviceManager {
const = 0;
virtual const std::vector<InputDevice>& GetMouseDevices() const = 0;
virtual const std::vector<InputDevice>& GetTouchpadDevices() const = 0;
- virtual bool AreDeviceListsComplete() const = 0;
+ virtual bool AreDeviceListsComplete() const = 0;
virtual bool AreTouchscreensEnabled() const = 0;
virtual void AddObserver(InputDeviceEventObserver* observer) = 0;

Powered by Google App Engine
This is Rietveld 408576698