| 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 02a484f7f87304c57a0b01725507f3fc36837884..903262396c13426c6005bd7aa1c9bb70503dc93e 100644
|
| --- a/content/public/app/mojo/content_browser_manifest.json
|
| +++ b/content/public/app/mojo/content_browser_manifest.json
|
| @@ -48,7 +48,7 @@
|
| "requires": {
|
| "*": [ "app" ],
|
| // In classic ash, the browser supplies ash interfaces to itself.
|
| - "content_browser": [ "ash" ],
|
| + "content_browser": [ "ash", "prefs:manager" ],
|
| "content_gpu": [ "browser" ],
|
| "content_plugin": [ "browser" ],
|
| "content_renderer": [ "browser" ],
|
|
|