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

Unified Diff: content/public/app/mojo/content_renderer_manifest.json

Issue 2451413003: Introduce Device Service (Closed)
Patch Set: More cleanup Created 4 years, 2 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
« no previous file with comments | « content/public/app/BUILD.gn ('k') | services/device/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/mojo/content_renderer_manifest.json
diff --git a/content/public/app/mojo/content_renderer_manifest.json b/content/public/app/mojo/content_renderer_manifest.json
index 26e995f2cf0ba9a28142e8b3990601d7687e364e..8ef86a7312049c8dce69fcd3027fdfbe105392d1 100644
--- a/content/public/app/mojo/content_renderer_manifest.json
+++ b/content/public/app/mojo/content_renderer_manifest.json
@@ -20,6 +20,8 @@
},
"requires": {
"service:content_browser": [ "renderer" ],
+ // TODO(blundell): Replace "*" with specific interfaces.
+ "service:device": [ "*" ],
Ben Goodger (Google) 2016/10/27 23:49:38 Let's not use "*" - can you define a capability?
blundell 2016/10/28 21:03:02 I just took this out for now. I'll add it in the n
"service:ui": [ "ui:gpu_client" ]
}
}
« no previous file with comments | « content/public/app/BUILD.gn ('k') | services/device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698