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

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

Issue 2431753002: Mus experiment in content shell on Android.
Patch Set: Addressed comments, fixed browser tests and deps. Created 4 years, 2 months 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 55172e46baf796e6c32dade277e06fb61ad898bd..a228682c06d41089129fe00ba528f8e5bdf6de21 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -51,7 +51,8 @@
"service_manager:user_id"
],
"service:file": [ "file:filesystem", "file:leveldb" ],
- "service:media": [ "media:media" ]
+ "service:media": [ "media:media" ],
+ "service:ui": [ "ui:window_manager" ]
}
}
}

Powered by Google App Engine
This is Rietveld 408576698