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

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

Issue 2571603002: Makes wait-for-debugger=content_browser work for mash (Closed)
Patch Set: merge Created 4 years 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/common/switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/runner/host/child_process_host.cc
diff --git a/services/service_manager/runner/host/child_process_host.cc b/services/service_manager/runner/host/child_process_host.cc
index 5d77b7b7270bb5c02cea790e8d32c0a266ebb7b4..faf2ba589e29e34ca9b70a5ba18bc9a46b4afdf3 100644
--- a/services/service_manager/runner/host/child_process_host.cc
+++ b/services/service_manager/runner/host/child_process_host.cc
@@ -81,8 +81,9 @@ mojom::ServicePtr ChildProcessHost::Start(
child_command_line->AppendArguments(parent_command_line, false);
+ child_command_line->AppendSwitchASCII(::switches::kProcessServiceName,
+ target.name());
#ifndef NDEBUG
- child_command_line->AppendSwitchASCII("n", target.name());
child_command_line->AppendSwitchASCII("u", target.user_id());
#endif
« no previous file with comments | « services/service_manager/runner/common/switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698