diff options
Diffstat (limited to 'mojo/shell/switches.cc')
-rw-r--r-- | mojo/shell/switches.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mojo/shell/switches.cc b/mojo/shell/switches.cc index 260578a..a073c4a 100644 --- a/mojo/shell/switches.cc +++ b/mojo/shell/switches.cc @@ -6,9 +6,14 @@ namespace switches { +// Used to specify the type of child process (switch values from +// |ChildProcess::Type|). +const char kChildProcessType[] = "child-process-type"; + // Force dynamically loaded apps / services to be loaded irrespective of cache // instructions. const char kDisableCache[] = "disable-cache"; + const char kOrigin[] = "origin"; } // namespace switches |