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

Unified Diff: chrome/app/mash/chrome_mash_manifest.json

Issue 2417703002: Fix an issue running mash in chrome: (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | services/shell/public/cpp/interface_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/chrome_mash_manifest.json
diff --git a/chrome/app/mash/chrome_mash_manifest.json b/chrome/app/mash/chrome_mash_manifest.json
index 79ba4748555448e14d15d2e2a4409f7ec72c135a..7693eecb7ff2f6714a06786c426807b3e1dc7ef7 100644
--- a/chrome/app/mash/chrome_mash_manifest.json
+++ b/chrome/app/mash/chrome_mash_manifest.json
@@ -10,6 +10,9 @@
"name": "service:chrome_mash",
"display_name": "Chrome Mash Packaged Services",
"capabilities": {
+ "provided": {
+ "shell:service_factory": [ "shell::mojom::ServiceFactory" ]
+ },
"required": {
"service:mash_session": { "classes": [ "app" ] },
"service:catalog": { "classes": [ "control" ] }
« no previous file with comments | « no previous file | services/shell/public/cpp/interface_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698