| 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();
|
|
|
|
|