| 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 a4c4aa54b93c2702358abc51e3b7f2813d989ed9..66c74ae7fd901c3f2605be462697426e29546e82 100644
|
| --- a/content/public/app/mojo/content_renderer_manifest.json
|
| +++ b/content/public/app/mojo/content_renderer_manifest.json
|
| @@ -4,20 +4,12 @@
|
| "display_name": "Content Renderer",
|
| "capabilities": {
|
| "provided": {
|
| - "all_interfaces": [ "*" ],
|
| - "browser": [
|
| - "content::mojom::EmbeddedWorkerSetup",
|
| - "content::mojom::FrameFactory",
|
| - "content::mojom::TestMojoService",
|
| - "IPC::mojom::ChannelBootstrap",
|
| - "mojom::ResourceUsageReporter",
|
| - "web_cache::mojom::WebCache"
|
| - ]
|
| + "all_interfaces": [ "*" ]
|
| },
|
| "required": {
|
| // Remove this once http://crbug.com/632818 is fixed.
|
| "exe:content_browser": {
|
| - "classes": [ "web" ]
|
| + "classes": [ "all_interfaces" ]
|
| },
|
| "mojo:ui": {
|
| "interfaces": [
|
|
|