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

Unified Diff: services/service_manager/switches.cc

Issue 2566663004: Revert of Build services as standalone executables (Closed)
Patch Set: 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/switches.h ('k') | services/service_manager/tests/connect/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/switches.cc
diff --git a/services/service_manager/switches.cc b/services/service_manager/switches.cc
index c8b9d2f821fd56e140a12435b37c69ecd0f900f5..54221de4e0f02b9ead0c07917cfc846ffac526a1 100644
--- a/services/service_manager/switches.cc
+++ b/services/service_manager/switches.cc
@@ -13,5 +13,8 @@
// Disables the sandbox for debugging.
const char kNoSandbox[] = "no-sandbox";
+// Load apps in a single processes.
+const char kSingleProcess[] = "single-process";
+
} // namespace switches
} // namespace service_manager
« no previous file with comments | « services/service_manager/switches.h ('k') | services/service_manager/tests/connect/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698