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

Unified Diff: components/mus/demo/manifest.json

Issue 2005143002: Fix mus_demo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments 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 | « no previous file | components/mus/demo/mus_demo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/demo/manifest.json
diff --git a/components/mus/demo/manifest.json b/components/mus/demo/manifest.json
index 6fe20520fa664164aff397d1bddcaec3eddcb33c..9214d396ad905855d27c2e05dfeefd71d5044068 100644
--- a/components/mus/demo/manifest.json
+++ b/components/mus/demo/manifest.json
@@ -4,8 +4,10 @@
"display_name": "MUS Demo",
"capabilities": {
"required": {
- "*": { "classes": [ "app" ] },
- "mojo:mus": { "interfaces": [ "mus::mojom::WindowTreeHostFactory" ] }
+ "mojo:mus": {
+ "interfaces": [ "mus::mojom::WindowManagerFactoryService"],
+ "classes": [ "app" ]
+ }
}
}
}
« no previous file with comments | « no previous file | components/mus/demo/mus_demo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698