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

Side by Side Diff: services/device/device_service.h

Issue 2776983002: [DeviceService] Move all vibration codes into //services/device (Closed)
Patch Set: Rebase only 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 unified diff | Download patch
« no previous file with comments | « services/device/BUILD.gn ('k') | services/device/device_service.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef SERVICES_DEVICE_DEVICE_SERVICE_H_ 5 #ifndef SERVICES_DEVICE_DEVICE_SERVICE_H_
6 #define SERVICES_DEVICE_DEVICE_SERVICE_H_ 6 #define SERVICES_DEVICE_DEVICE_SERVICE_H_
7 7
8 #include "base/memory/ref_counted.h" 8 #include "base/memory/ref_counted.h"
9 #include "device/battery/battery_monitor.mojom.h" 9 #include "device/battery/battery_monitor.mojom.h"
10 #include "device/generic_sensor/public/interfaces/sensor_provider.mojom.h" 10 #include "device/generic_sensor/public/interfaces/sensor_provider.mojom.h"
11 #include "device/screen_orientation/public/interfaces/screen_orientation.mojom.h " 11 #include "device/screen_orientation/public/interfaces/screen_orientation.mojom.h "
12 #include "device/sensors/public/interfaces/light.mojom.h" 12 #include "device/sensors/public/interfaces/light.mojom.h"
13 #include "device/sensors/public/interfaces/motion.mojom.h" 13 #include "device/sensors/public/interfaces/motion.mojom.h"
14 #include "device/sensors/public/interfaces/orientation.mojom.h" 14 #include "device/sensors/public/interfaces/orientation.mojom.h"
15 #include "device/vibration/vibration_manager.mojom.h"
16 #include "device/wake_lock/public/interfaces/wake_lock_context_provider.mojom.h" 15 #include "device/wake_lock/public/interfaces/wake_lock_context_provider.mojom.h"
17 #include "device/wake_lock/wake_lock_service_context.h" 16 #include "device/wake_lock/wake_lock_service_context.h"
18 #include "mojo/public/cpp/bindings/binding_set.h" 17 #include "mojo/public/cpp/bindings/binding_set.h"
19 #include "services/device/public/interfaces/fingerprint.mojom.h" 18 #include "services/device/public/interfaces/fingerprint.mojom.h"
20 #include "services/device/public/interfaces/power_monitor.mojom.h" 19 #include "services/device/public/interfaces/power_monitor.mojom.h"
21 #include "services/device/public/interfaces/time_zone_monitor.mojom.h" 20 #include "services/device/public/interfaces/time_zone_monitor.mojom.h"
21 #include "services/device/public/interfaces/vibration_manager.mojom.h"
22 #include "services/service_manager/public/cpp/binder_registry.h" 22 #include "services/service_manager/public/cpp/binder_registry.h"
23 #include "services/service_manager/public/cpp/interface_factory.h" 23 #include "services/service_manager/public/cpp/interface_factory.h"
24 #include "services/service_manager/public/cpp/interface_provider.h" 24 #include "services/service_manager/public/cpp/interface_provider.h"
25 #include "services/service_manager/public/cpp/service.h" 25 #include "services/service_manager/public/cpp/service.h"
26 26
27 namespace base { 27 namespace base {
28 class SingleThreadTaskRunner; 28 class SingleThreadTaskRunner;
29 } 29 }
30 30
31 namespace device { 31 namespace device {
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 WakeLockContextCallback wake_lock_context_callback_; 151 WakeLockContextCallback wake_lock_context_callback_;
152 152
153 service_manager::BinderRegistry registry_; 153 service_manager::BinderRegistry registry_;
154 154
155 DISALLOW_COPY_AND_ASSIGN(DeviceService); 155 DISALLOW_COPY_AND_ASSIGN(DeviceService);
156 }; 156 };
157 157
158 } // namespace device 158 } // namespace device
159 159
160 #endif // SERVICES_DEVICE_DEVICE_SERVICE_H_ 160 #endif // SERVICES_DEVICE_DEVICE_SERVICE_H_
OLDNEW
« no previous file with comments | « services/device/BUILD.gn ('k') | services/device/device_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698