| 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 ab043e411419bff14d77d76e48d20bdb7d2a80f6..5b5a5d9c72eb549c95b8c4f4b8f82882b172ecfd 100644
|
| --- a/content/public/app/mojo/content_browser_manifest.json
|
| +++ b/content/public/app/mojo/content_browser_manifest.json
|
| @@ -5,14 +5,13 @@
|
| "display_name": "Content Browser",
|
| "capabilities": {
|
| "required": {
|
| - "*": { "interfaces": [ "*" ] },
|
| + "*": { "classes": [ "app" ] },
|
| "mojo:shell": {
|
| "classes": [
|
| "shell:client_process",
|
| "shell:instance_name",
|
| "shell:user_id"
|
| - ],
|
| - "interfaces": [ "*" ]
|
| + ]
|
| }
|
| }
|
| }
|
|
|