| Index: content/public/app/mojo/content_browser_manifest.json
|
| diff --git a/content/public/app/mojo/content_browser_manifest.json b/content/public/app/mojo/content_browser_manifest.json
|
| index f5d3d9f8ac8aabc184696dadefd06fa9b6b7249f..a57b655cd15e341f6ecd3fea52487c9747acd553 100644
|
| --- a/content/public/app/mojo/content_browser_manifest.json
|
| +++ b/content/public/app/mojo/content_browser_manifest.json
|
| @@ -34,6 +34,9 @@
|
| "required": {
|
| "*": { "classes": [ "app" ] },
|
|
|
| + // The browser may connect to itself.
|
| + "exe:content_browser": { "classes": [ "all_interfaces" ] },
|
| +
|
| // We allow the browser to connect to any interfaces exposed by its child
|
| // processes in the "browser" class.
|
| "exe:content_gpu": { "classes": [ "all_interfaces" ] },
|
|
|