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": { | 6 "provided": { |
7 "all_interfaces": [ "*" ] | 7 "all_interfaces": [ "*" ], |
| 8 "browser": [ |
| 9 "content::mojom::EmbeddedWorkerSetup", |
| 10 "content::mojom::FrameFactory", |
| 11 "content::mojom::TestMojoService", |
| 12 "IPC::mojom::ChannelBootstrap", |
| 13 "mojom::ResourceUsageReporter", |
| 14 "web_cache::mojom::WebCache" |
| 15 ] |
8 }, | 16 }, |
9 "required": { | 17 "required": { |
10 // Remove this once http://crbug.com/632818 is fixed. | 18 // Remove this once http://crbug.com/632818 is fixed. |
11 "exe:content_browser": { | 19 "exe:content_browser": { |
12 "classes": [ "all_interfaces" ] | 20 "classes": [ "web" ] |
13 }, | 21 }, |
14 "mojo:ui": { | 22 "mojo:ui": { |
15 "interfaces": [ | 23 "interfaces": [ |
16 "ui::mojom::Gpu", | 24 "ui::mojom::Gpu", |
17 "ui::mojom::GpuService" | 25 "ui::mojom::GpuService" |
18 ] | 26 ] |
19 } | 27 } |
20 } | 28 } |
21 } | 29 } |
22 } | 30 } |
OLD | NEW |