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

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

Issue 2666383002: mash: Exit main process if ui service crashes (Closed)
Patch Set: Created 3 years, 11 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: 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 f55025537ea4aa3db30251a6494892c998a994f5..c3a87d2a6d7786cb50b4e21b1f0a5d3012115bc2 100644
--- a/chrome/app/mash/chrome_mash_manifest.json
+++ b/chrome/app/mash/chrome_mash_manifest.json
@@ -18,7 +18,8 @@
"service_manager": [ "service_manager:instance_per_child" ],
"catalog": [ "control" ],
"ash": [ "app" ],
- "quick_launch": [ "app" ]
+ "quick_launch": [ "app" ],
+ "ui": [ "app" ]
}
}
}

Powered by Google App Engine
This is Rietveld 408576698