| 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 c1dad3233188108bcaea6bd4d75e9fd66c8cba25..d90613907dbc84d9bb9d54e6d25f7b8ed8038ace 100644
|
| --- a/content/public/app/mojo/content_browser_manifest.json
|
| +++ b/content/public/app/mojo/content_browser_manifest.json
|
| @@ -51,13 +51,14 @@
|
| "content_plugin": [ "browser" ],
|
| "content_renderer": [ "browser" ],
|
| "content_utility": [ "browser" ],
|
| + "file": [ "file:filesystem", "file:leveldb" ],
|
| + "media": [ "media:media" ],
|
| + "ui": [ "display_output_protection" ],
|
| "service_manager": [
|
| "service_manager:client_process",
|
| "service_manager:instance_name",
|
| "service_manager:user_id"
|
| ],
|
| - "file": [ "file:filesystem", "file:leveldb" ],
|
| - "media": [ "media:media" ],
|
| "shape_detection": [
|
| "barcode_detection",
|
| "face_detection"
|
|
|