Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1479)

Unified Diff: content/public/app/mojo/content_browser_manifest.json

Issue 2474653003: PreferencesManager (Closed)
Patch Set: Updates Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" ],

Powered by Google App Engine
This is Rietveld 408576698