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

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

Issue 2037533002: mus: Make --use-mus-in-renderer work again. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/mojo/content_renderer_manifest.json
diff --git a/content/public/app/mojo/content_renderer_manifest.json b/content/public/app/mojo/content_renderer_manifest.json
index faf008ebdd988251bc6f664fb6d1a170fe32c782..ecdacb2ca29f688e20b6592c47641d772ad2ce9e 100644
--- a/content/public/app/mojo/content_renderer_manifest.json
+++ b/content/public/app/mojo/content_renderer_manifest.json
@@ -3,6 +3,9 @@
"name": "exe:content_renderer",
"display_name": "Content Renderer",
"capabilities": {
+ "provided": {
+ "app": [ "content::mojom::RenderWidgetWindowTreeClientFactory" ]
Ben Goodger (Google) 2016/06/02 17:48:56 I think you should explicitly require this interfa
sadrul 2016/06/03 07:44:18 Done.
+ },
"required": {
"mojo:mus": {
"interfaces": [ "mus::mojom::Gpu" ]
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698