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

Unified Diff: content/public/app/mojo/content_browser_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: content/public/app/mojo/content_browser_manifest.json
diff --git a/content/public/app/mojo/content_browser_manifest.json b/content/public/app/mojo/content_browser_manifest.json
index 78a5d951d1210fde4b2add4f32dae3b0659d1df3..da8e27151d2cfc4d511cb339ecbe586071d2c27a 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -52,6 +52,7 @@
"content_plugin": [ "browser" ],
"content_renderer": [ "browser" ],
"content_utility": [ "browser" ],
+ "device": [ "device:wake_lock_service_context" ],
"file": [ "file:filesystem", "file:leveldb" ],
"media": [ "media:media" ],
"ui": [ "display_output_protection" ],

Powered by Google App Engine
This is Rietveld 408576698