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

Unified Diff: device/sensors/device_sensor_host.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/data_fetcher_shared_memory_win.cc ('k') | device/sensors/device_sensor_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/sensors/device_sensor_host.h
diff --git a/device/sensors/device_sensor_host.h b/device/sensors/device_sensor_host.h
index be9ff72163e94680221feba01381830fabd87ab0..ccdcd8f5c8fc0ef5dbc97d1bddf637aafa9fb7a1 100644
--- a/device/sensors/device_sensor_host.h
+++ b/device/sensors/device_sensor_host.h
@@ -8,7 +8,6 @@
#include "base/macros.h"
#include "base/memory/shared_memory.h"
#include "device/sensors/device_sensors_consts.h"
-#include "device/sensors/public/interfaces/light.mojom.h"
#include "device/sensors/public/interfaces/motion.mojom.h"
#include "device/sensors/public/interfaces/orientation.mojom.h"
#include "mojo/public/cpp/bindings/interface_request.h"
@@ -38,8 +37,6 @@ class DeviceSensorHost : NON_EXPORTED_BASE(public MojoInterface) {
DISALLOW_COPY_AND_ASSIGN(DeviceSensorHost);
};
-using DeviceLightHost =
- DeviceSensorHost<device::mojom::LightSensor, CONSUMER_TYPE_LIGHT>;
using DeviceMotionHost =
DeviceSensorHost<device::mojom::MotionSensor, CONSUMER_TYPE_MOTION>;
using DeviceOrientationHost = DeviceSensorHost<device::mojom::OrientationSensor,
« no previous file with comments | « device/sensors/data_fetcher_shared_memory_win.cc ('k') | device/sensors/device_sensor_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698