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

Unified Diff: device/sensors/device_sensor_host.cc

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.h ('k') | device/sensors/device_sensor_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/sensors/device_sensor_host.cc
diff --git a/device/sensors/device_sensor_host.cc b/device/sensors/device_sensor_host.cc
index c0260f4e310ee775b5414a1f2ffbb883468e3572..ef32b4fd4a2333efa6e05537387de1114c0bf9f8 100644
--- a/device/sensors/device_sensor_host.cc
+++ b/device/sensors/device_sensor_host.cc
@@ -62,8 +62,6 @@ void DeviceSensorHost<MojoInterface,
}
template class DEVICE_SENSOR_EXPORT
- DeviceSensorHost<device::mojom::LightSensor, CONSUMER_TYPE_LIGHT>;
-template class DEVICE_SENSOR_EXPORT
DeviceSensorHost<device::mojom::MotionSensor, CONSUMER_TYPE_MOTION>;
template class DEVICE_SENSOR_EXPORT
DeviceSensorHost<device::mojom::OrientationSensor,
« no previous file with comments | « device/sensors/device_sensor_host.h ('k') | device/sensors/device_sensor_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698