Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "manifest_version": 1, | 2 "manifest_version": 1, |
| 3 "name": "exe:content_renderer", | 3 "name": "exe:content_renderer", |
| 4 "display_name": "Content Renderer", | 4 "display_name": "Content Renderer", |
| 5 "capabilities": { | 5 "capabilities": { |
| 6 "provided": { | |
| 7 "app": [ "content::mojom::RenderWidgetWindowTreeClientFactory" ] | |
|
Ben Goodger (Google)
2016/06/02 17:48:56
I think you should explicitly require this interfa
sadrul
2016/06/03 07:44:18
Done.
| |
| 8 }, | |
| 6 "required": { | 9 "required": { |
| 7 "mojo:mus": { | 10 "mojo:mus": { |
| 8 "interfaces": [ "mus::mojom::Gpu" ] | 11 "interfaces": [ "mus::mojom::Gpu" ] |
| 9 } | 12 } |
| 10 } | 13 } |
| 11 } | 14 } |
| 12 } | 15 } |
| OLD | NEW |