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

Unified Diff: services/service_manager/runner/common/switches.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
Index: services/service_manager/runner/common/switches.cc
diff --git a/services/service_manager/runner/common/switches.cc b/services/service_manager/runner/common/switches.cc
index 1f4a9a9a11688a93d89b84a631e90a99d12c6dfb..25c1766ad7e2e9c9b34143770dfecc5ef7a7813d 100644
--- a/services/service_manager/runner/common/switches.cc
+++ b/services/service_manager/runner/common/switches.cc
@@ -18,6 +18,9 @@ const char kEnableSandbox[] = "enable-sandbox";
// primordial message pipe to the parent.
const char kPrimordialPipeToken[] = "primordial-pipe-token";
+// The name of the service the process is starting for.
+const char kProcessServiceName[] = "process-service-name";
+
// Specifies a JSON file from which to read a set of service metadata overrides.
// This can be used with the standalone mojo_runner to override executable and
// package resolution behavior.
« no previous file with comments | « services/service_manager/runner/common/switches.h ('k') | services/service_manager/runner/host/child_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698