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

Unified Diff: ash/mus/manifest.json

Issue 2474653003: PreferencesManager (Closed)
Patch Set: Address Review Comments 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: ash/mus/manifest.json
diff --git a/ash/mus/manifest.json b/ash/mus/manifest.json
index 9158e5bbc86b85865ec64c038c40885bdadae5b6..6da1fd9765bbc1dd4e7587cdf2825fc27739b072 100644
--- a/ash/mus/manifest.json
+++ b/ash/mus/manifest.json
@@ -16,7 +16,8 @@
},
"requires": {
"*": [ "accessibility", "app" ],
- "content_browser": [ "ash" ],
+ "catalog": [ "catalog:catalog" ],
+ "content_browser": [ "ash", "prefs:manager" ],
"mash_session": [ "mash_session:session" ],
"ui": [ "ui:window_manager" ],
"touch_hud": [ "mash:launchable" ]

Powered by Google App Engine
This is Rietveld 408576698