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

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

Issue 2916823002: Move Mus into chrome's process when running with --mus.
Patch Set: Removing debug include. Created 3 years, 5 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/BUILD.gn ('k') | chrome/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/embedded_services.cc
diff --git a/chrome/app/mash/embedded_services.cc b/chrome/app/mash/embedded_services.cc
index 88f5152aa5fd36d5c32dbd3811331f2fb8c7487d..3f5718b9c0068167564e3a710592c8fd564c4641 100644
--- a/chrome/app/mash/embedded_services.cc
+++ b/chrome/app/mash/embedded_services.cc
@@ -46,7 +46,7 @@ std::unique_ptr<service_manager::Service> CreateEmbeddedMashService(
if (service_name == mash::session::mojom::kServiceName)
return base::MakeUnique<mash::session::Session>();
if (service_name == ui::mojom::kServiceName)
- return base::MakeUnique<ui::Service>();
+ return base::MakeUnique<ui::Service>(nullptr);
if (service_name == mash::quick_launch::mojom::kServiceName)
return base::MakeUnique<mash::quick_launch::QuickLaunch>();
if (service_name == mash::task_viewer::mojom::kServiceName)
« no previous file with comments | « chrome/app/mash/BUILD.gn ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698