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

Unified Diff: services/service_manager/runner/host/mach_broker.cc

Issue 2427443002: Replace remaining shell references with service manager (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 | « services/service_manager/runner/host/mach_broker.h ('k') | services/service_manager/service_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/runner/host/mach_broker.cc
diff --git a/services/service_manager/runner/host/mach_broker.cc b/services/service_manager/runner/host/mach_broker.cc
index 1b9890354de391bdf3503fa3e7ee94c87f60ca27..451a7fa0b5a21100e3f76ab508878bf4615e5e80 100644
--- a/services/service_manager/runner/host/mach_broker.cc
+++ b/services/service_manager/runner/host/mach_broker.cc
@@ -10,7 +10,7 @@
namespace service_manager {
namespace {
-const char kBootstrapPortName[] = "mojo_shell";
+const char kBootstrapPortName[] = "mojo_service_manager";
}
// static
« no previous file with comments | « services/service_manager/runner/host/mach_broker.h ('k') | services/service_manager/service_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698