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 5573da52cc6084fb0e55f1a70742a991900bd428..89623e76bd4b538de82f9808ab97be6234d259ef 100644 |
--- a/content/public/app/mojo/content_browser_manifest.json |
+++ b/content/public/app/mojo/content_browser_manifest.json |
@@ -4,6 +4,9 @@ |
"process-group": "browser", |
"display_name": "Content Browser", |
"capabilities": { |
+ "provided": { |
+ "all_interfaces": [ "*" ] |
+ }, |
"required": { |
"*": { "classes": [ "app" ] }, |
@@ -24,7 +27,7 @@ |
"interfaces": [ |
"leveldb::mojom::LevelDBService", |
"user_service::UserService" |
- ] |
+ ] |
} |
} |
} |