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

Unified Diff: services/device/manifest.json

Issue 2734943003: Device Service: Decouple Wake Lock from //content (Closed)
Patch Set: Response to review + rebase Created 3 years, 9 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
« services/device/device_service.cc ('K') | « services/device/device_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/manifest.json
diff --git a/services/device/manifest.json b/services/device/manifest.json
index 28b91404d47f581b861cfa018147d9f104ca5fc0..9992e4403bf3bafaa76c62bf3b13a3b05f648bc0 100644
--- a/services/device/manifest.json
+++ b/services/device/manifest.json
@@ -7,7 +7,8 @@
"device:power_monitor": [ "device::mojom::PowerMonitor" ],
"device:screen_orientation": [ "device::mojom::ScreenOrientationListener" ],
"device:time_zone_monitor": [ "device::mojom::TimeZoneMonitor" ],
- "device:fingerprint": [ "device::mojom::Fingerprint" ]
+ "device:fingerprint": [ "device::mojom::Fingerprint" ],
+ "device:wake_lock": [ "device::mojom::WakeLockContextProvider" ]
},
"requires": {
"service_manager": [ "service_manager:all_users" ]
« services/device/device_service.cc ('K') | « services/device/device_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698