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

Unified Diff: ash/mus/manifest.json

Issue 2474653003: PreferencesManager (Closed)
Patch Set: DLOG error states 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 ab525538d6842810e17ef4134b7a7501c4264855..e9dcc96afc562e49ea5340a22e261c5303ed3b0e 100644
--- a/ash/mus/manifest.json
+++ b/ash/mus/manifest.json
@@ -18,7 +18,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