Chromium Code Reviews| 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 4378804bb8c20e9f0b98f2028cdcc42b9b663d0a..1f158769e636af8c193687e55ae3fed6a61b92be 100644 |
| --- a/content/public/app/mojo/content_browser_manifest.json |
| +++ b/content/public/app/mojo/content_browser_manifest.json |
| @@ -57,7 +57,8 @@ |
| "service_manager:user_id" |
| ], |
| "file": [ "file:filesystem", "file:leveldb" ], |
| - "media": [ "media:media" ] |
| + "media": [ "media:media" ], |
| + "ui": [ "browser" ] |
|
sky
2017/01/24 18:59:03
You should put this in c/b/chrome_content_browser_
kylechar
2017/01/24 19:17:31
Done.
|
| } |
| }, |
| "navigation:frame": { |