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

Unified Diff: ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.h

Issue 881353002: Revert of Dump property values for the touch log source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/ozone/evdev/libgestures_glue/gesture_property_provider.h
diff --git a/ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.h b/ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.h
index 1b21e4180e1b2eac36e5e96ede65a01bcb38db2c..caa32ecd35803b6194ec6fb7b09bd8d3a1941552 100644
--- a/ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.h
+++ b/ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.h
@@ -95,13 +95,6 @@
// preference side in a single way once appropriate (e.g., when the user
// clicked "OK").
GesturesProp* GetProperty(const DeviceId device_id, const std::string& name);
-
- // Get the names of all properties of one device. Mostly used for the logging
- // purpose.
- std::vector<std::string> GetPropertyNamesById(const DeviceId device_id);
-
- // Get the (Evdev) device name. Mostly used for the logging purpose.
- std::string GetDeviceNameById(const DeviceId device_id);
private:
friend class GesturesPropFunctionsWrapper;
« no previous file with comments | « ui/events/ozone/evdev/input_controller_evdev.cc ('k') | ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698