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

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

Issue 797483002: ozone: evdev: Populate keyboard list on DeviceDataManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/event_factory_evdev.h
diff --git a/ui/events/ozone/evdev/event_factory_evdev.h b/ui/events/ozone/evdev/event_factory_evdev.h
index bc7fe864e16384d0ed82b3b9fdccedf604d52c79..e1960029030757b57878651522647282f0c2e42c 100644
--- a/ui/events/ozone/evdev/event_factory_evdev.h
+++ b/ui/events/ozone/evdev/event_factory_evdev.h
@@ -84,7 +84,10 @@ class EVENTS_OZONE_EVDEV_EXPORT EventFactoryEvdev : public DeviceEventObserver,
// Close device at path (on UI thread).
void DetachInputDevice(const base::FilePath& file_path);
- void NotifyHotplugEventObserver(const EventConverterEvdev& converter);
+ // Update observers on device changes.
+ void NotifyDeviceChange(const EventConverterEvdev& converter);
+ void NotifyKeyboardsUpdated();
+ void NotifyTouchscreensUpdated();
int NextDeviceId();

Powered by Google App Engine
This is Rietveld 408576698