Chromium Code Reviews| Index: content/public/app/mojo/content_utility_manifest.json |
| diff --git a/content/public/app/mojo/content_utility_manifest.json b/content/public/app/mojo/content_utility_manifest.json |
| index 0a058d77e2aa0cf25f82c4b5e41c816fbd155b68..c81411ae88d77e086f8cd0d4cde37e6191f24a4c 100644 |
| --- a/content/public/app/mojo/content_utility_manifest.json |
| +++ b/content/public/app/mojo/content_utility_manifest.json |
| @@ -18,6 +18,9 @@ |
| "device": [ |
| "device:power_monitor", |
| "device:time_zone_monitor" |
| + ], |
| + "content_browser": [ |
|
Lei Zhang
2017/04/27 22:42:21
Isn't this the same as line 17?
Wei Li
2017/04/29 04:35:18
Good eyes, someone added before me :)
|
| + "utility" |
| ] |
| } |
| } |