summaryrefslogtreecommitdiff
path: root/chromium/services/device/device_service.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-20 10:33:36 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-22 11:45:12 +0000
commitbe59a35641616a4cf23c4a13fa0632624b021c1b (patch)
tree9da183258bdf9cc413f7562079d25ace6955467f /chromium/services/device/device_service.h
parentd702e4b6a64574e97fc7df8fe3238cde70242080 (diff)
downloadqtwebengine-chromium-be59a35641616a4cf23c4a13fa0632624b021c1b.tar.gz
BASELINE: Update Chromium to 62.0.3202.101
Change-Id: I2d5eca8117600df6d331f6166ab24d943d9814ac Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/services/device/device_service.h')
-rw-r--r--chromium/services/device/device_service.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/chromium/services/device/device_service.h b/chromium/services/device/device_service.h
index 750cdbd74fd..673ecf72976 100644
--- a/chromium/services/device/device_service.h
+++ b/chromium/services/device/device_service.h
@@ -7,7 +7,6 @@
#include "base/memory/ref_counted.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 "mojo/public/cpp/bindings/binding_set.h"
#include "services/device/public/interfaces/battery_monitor.mojom.h"
@@ -15,6 +14,7 @@
#include "services/device/public/interfaces/nfc_provider.mojom.h"
#include "services/device/public/interfaces/power_monitor.mojom.h"
#include "services/device/public/interfaces/sensor_provider.mojom.h"
+#include "services/device/public/interfaces/serial.mojom.h"
#include "services/device/public/interfaces/time_zone_monitor.mojom.h"
#include "services/device/public/interfaces/vibration_manager.mojom.h"
#include "services/device/public/interfaces/wake_lock_provider.mojom.h"
@@ -73,8 +73,6 @@ class DeviceService : public service_manager::Service {
void BindFingerprintRequest(mojom::FingerprintRequest request);
- void BindMotionSensorRequest(mojom::MotionSensorRequest request);
-
void BindOrientationSensorRequest(mojom::OrientationSensorRequest request);
void BindOrientationAbsoluteSensorRequest(
@@ -97,6 +95,11 @@ class DeviceService : public service_manager::Service {
void BindWakeLockProviderRequest(mojom::WakeLockProviderRequest request);
+ void BindSerialDeviceEnumeratorRequest(
+ mojom::SerialDeviceEnumeratorRequest request);
+
+ void BindSerialIoHandlerRequest(mojom::SerialIoHandlerRequest request);
+
std::unique_ptr<PowerMonitorMessageBroadcaster>
power_monitor_message_broadcaster_;
std::unique_ptr<TimeZoneMonitor> time_zone_monitor_;