| 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 5b5a5d9c72eb549c95b8c4f4b8f82882b172ecfd..30ef266cf1f13988813069df2baa46dd411ed4b0 100644
|
| --- a/content/public/app/mojo/content_browser_manifest.json
|
| +++ b/content/public/app/mojo/content_browser_manifest.json
|
| @@ -12,6 +12,12 @@
|
| "shell:instance_name",
|
| "shell:user_id"
|
| ]
|
| + },
|
| + "mojo:user": {
|
| + "interfaces": [
|
| + "leveldb::LevelDBService",
|
| + "user_service::UserService"
|
| + ]
|
| }
|
| }
|
| }
|
|
|