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

Unified Diff: services/device/device_service.h

Issue 2896583005: Reland: Refactor DeviceMotionEventPump to use //device/generic_sensor instead of //device/sensors (Closed)
Patch Set: fix compile error on Windows Created 3 years, 6 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/generic_sensor/sensor_provider_impl.cc ('k') | services/device/device_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/device_service.h
diff --git a/services/device/device_service.h b/services/device/device_service.h
index 69ddb6540b02b54b126fae26978ed041ca913dec..2e980315c3ef78c38eebd69faf411f3838024a79 100644
--- a/services/device/device_service.h
+++ b/services/device/device_service.h
@@ -8,7 +8,6 @@
#include "base/memory/ref_counted.h"
#include "device/generic_sensor/public/interfaces/sensor_provider.mojom.h"
#include "device/screen_orientation/public/interfaces/screen_orientation.mojom.h"
-#include "device/sensors/public/interfaces/motion.mojom.h"
#include "device/sensors/public/interfaces/orientation.mojom.h"
#include "device/wake_lock/public/interfaces/wake_lock_provider.mojom.h"
#include "device/wake_lock/wake_lock_context.h"
@@ -75,10 +74,6 @@ class DeviceService : public service_manager::Service {
const service_manager::BindSourceInfo& source_info,
mojom::FingerprintRequest request);
- void BindMotionSensorRequest(
- const service_manager::BindSourceInfo& source_info,
- mojom::MotionSensorRequest request);
-
void BindOrientationSensorRequest(
const service_manager::BindSourceInfo& source_info,
mojom::OrientationSensorRequest request);
« no previous file with comments | « device/generic_sensor/sensor_provider_impl.cc ('k') | services/device/device_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698