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

Unified Diff: device/sensors/device_sensor_service.h

Issue 2845763002: Remove DeviceLightEvent implementation (Closed)
Patch Set: same as previous patch Created 3 years, 8 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
« no previous file with comments | « device/sensors/device_sensor_host.cc ('k') | device/sensors/device_sensor_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/sensors/device_sensor_service.h
diff --git a/device/sensors/device_sensor_service.h b/device/sensors/device_sensor_service.h
index 413d85880f6f75f3ea39b97da6b05ed871f52a17..17b356c865056adcc6f7cc73a79527fadd1a5203 100644
--- a/device/sensors/device_sensor_service.h
+++ b/device/sensors/device_sensor_service.h
@@ -62,7 +62,6 @@ class DEVICE_SENSOR_EXPORT DeviceSensorService
bool ChangeNumberConsumers(ConsumerType consumer_type, int delta);
int GetNumberConsumers(ConsumerType consumer_type) const;
- int num_light_readers_;
int num_motion_readers_;
int num_orientation_readers_;
int num_orientation_absolute_readers_;
« no previous file with comments | « device/sensors/device_sensor_host.cc ('k') | device/sensors/device_sensor_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698