| Index: content/browser/mojo/chrome_manifest.json
|
| diff --git a/content/browser/mojo/chrome_manifest.json b/content/browser/mojo/chrome_manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ef5e6dec51839fe29663972f3f5ed553452398c4
|
| --- /dev/null
|
| +++ b/content/browser/mojo/chrome_manifest.json
|
| @@ -0,0 +1,14 @@
|
| +{
|
| + "manifest_version": 1,
|
| + "name": "exe:chrome",
|
| + "display_name": "Chrome",
|
| + "capabilities": {
|
| + "required": {
|
| + "*": { "interfaces": [ "*" ] },
|
| + "mojo:shell": {
|
| + "classes": [ "client_process", "instance_name" ],
|
| + "interfaces": [ "*" ]
|
| + }
|
| + }
|
| + }
|
| +}
|
|
|