| 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 05e40d4f1ffd40f105b8be6e475081b4d1fdfb67..5b5324455b1e121a099e42d464f097a820d75d1d 100644
|
| --- a/content/public/app/mojo/content_browser_manifest.json
|
| +++ b/content/public/app/mojo/content_browser_manifest.json
|
| @@ -33,6 +33,9 @@
|
| "required": {
|
| "*": { "classes": [ "app" ] },
|
|
|
| + // In classic ash, the browser supplies ash interfaces to itself.
|
| + "exe:content_browser": { "classes": [ "ash" ] },
|
| +
|
| "exe:content_gpu": { "classes": [ "browser" ] },
|
| "exe:content_plugin": { "classes": [ "browser" ] },
|
| "exe:content_renderer": { "classes": [ "browser" ] },
|
|
|