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

Unified Diff: services/device/manifest.json

Issue 2734943003: Device Service: Decouple Wake Lock from //content (Closed)
Patch Set: Bugfix 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
Index: services/device/manifest.json
diff --git a/services/device/manifest.json b/services/device/manifest.json
index 0ec13e5610549391b8b532b1dc544a6229ad2a74..a77c7f5190964d09893c145a1199fdd9ad89e592 100644
--- a/services/device/manifest.json
+++ b/services/device/manifest.json
@@ -6,7 +6,8 @@
"provides": {
"device:power_monitor": [ "device::mojom::PowerMonitor" ],
"device:time_zone_monitor": [ "device::mojom::TimeZoneMonitor" ],
- "device:fingerprint": [ "device::mojom::Fingerprint" ]
+ "device:fingerprint": [ "device::mojom::Fingerprint" ],
+ "device:wake_lock_service_context": [ "device::mojom::WakeLockServiceContext" ]
Ken Rockot(use gerrit already) 2017/03/10 16:23:25 nit: We really don't need 1:1 correspondence betwe
blundell 2017/03/15 11:06:11 Done.
},
"requires": {
"service_manager": [ "service_manager:all_users" ]

Powered by Google App Engine
This is Rietveld 408576698