Chromium Code Reviews| 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" ] |
| } |
| } |