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

Unified Diff: chrome/app/mash/mash_runner.cc

Issue 2692853013: Misc. fixes to MashRunner environment (Closed)
Patch Set: Created 3 years, 10 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 | « chrome/app/mash/chrome_mash_manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/mash_runner.cc
diff --git a/chrome/app/mash/mash_runner.cc b/chrome/app/mash/mash_runner.cc
index 181da0b63245977c4818590d4b1b2821649e9590..9c14e731f709ac6b513efa181e00b63c28d5fc2a 100644
--- a/chrome/app/mash/mash_runner.cc
+++ b/chrome/app/mash/mash_runner.cc
@@ -133,7 +133,7 @@ void OnInstanceQuitInMain(base::RunLoop* run_loop,
if (identity.name() != mash::common::GetWindowManagerServiceName() &&
identity.name() != ui::mojom::kServiceName &&
- identity.name() != content::mojom::kBrowserServiceName) {
+ identity.name() != content::mojom::kPackagedServicesServiceName) {
return;
}
@@ -208,7 +208,7 @@ int MashRunner::RunServiceManagerInMain() {
context.connector()->Connect(ui::mojom::kServiceName);
context.connector()->Connect(mash::common::GetWindowManagerServiceName());
context.connector()->Connect(mash::quick_launch::mojom::kServiceName);
- context.connector()->Connect(content::mojom::kBrowserServiceName);
+ context.connector()->Connect(content::mojom::kPackagedServicesServiceName);
run_loop.Run();
« no previous file with comments | « chrome/app/mash/chrome_mash_manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698