Index: mojo/shell/switches.cc |
diff --git a/mojo/shell/switches.cc b/mojo/shell/switches.cc |
index c6df370e7a2a78d9b000ce1f00bd15d6c6589979..cd68ff313688cecbda3399561db8ff253c4ae61b 100644 |
--- a/mojo/shell/switches.cc |
+++ b/mojo/shell/switches.cc |
@@ -11,6 +11,11 @@ namespace switches { |
// If set apps downloaded are not deleted. |
const char kDontDeleteOnDownload[] = "dont-delete-on-download"; |
+// Load apps in separate processes. |
+// TODO(vtl): Work in progress; doesn't work. Flip this to "disable" (or maybe |
+// change it to "single-process") when it works. |
+const char kEnableMultiprocess[] = "enable-multiprocess"; |
+ |
// If set apps downloaded are saved in with a predictable filename, to help |
// remote debugging: when gdb is used through gdbserver, it needs to be able to |
// find locally any loaded library. For this, gdb use the filename of the |