| 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 96ff4737578e573203281b37663c929062df5257..c560fdc91d6877fe62a13235ebbba0a967bd2735 100644
|
| --- a/content/public/app/mojo/content_browser_manifest.json
|
| +++ b/content/public/app/mojo/content_browser_manifest.json
|
| @@ -1,12 +1,13 @@
|
| {
|
| "manifest_version": 1,
|
| "name": "exe:content_browser",
|
| + "process-group": "browser",
|
| "display_name": "Content Browser",
|
| "capabilities": {
|
| "required": {
|
| "*": { "interfaces": [ "*" ] },
|
| "mojo:shell": {
|
| - "classes": [ "client_process", "instance_name" ],
|
| + "classes": [ "client_process", "instance_name", "user_id" ],
|
| "interfaces": [ "*" ]
|
| }
|
| }
|
|
|