diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-18 00:05:15 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-18 00:05:15 +0000 |
commit | 4e5592998c1a879c85c179543180c65e9dfe4855 (patch) | |
tree | 240d0aac9601a2d281ae47422eff62658b595638 /mojo/shell/switches.h | |
parent | d33df0e0371af7afa8f4f4f0102a1a669c2e40df (diff) | |
download | chromium_src-4e5592998c1a879c85c179543180c65e9dfe4855.zip chromium_src-4e5592998c1a879c85c179543180c65e9dfe4855.tar.gz chromium_src-4e5592998c1a879c85c179543180c65e9dfe4855.tar.bz2 |
Mojo: More scaffolding to run apps out of process.
(Next: mojom for communication between the parent and the child.)
R=davemoore@chromium.org
Review URL: https://codereview.chromium.org/197873027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257540 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/shell/switches.h')
-rw-r--r-- | mojo/shell/switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/shell/switches.h b/mojo/shell/switches.h index 066f3de..c0e78b8 100644 --- a/mojo/shell/switches.h +++ b/mojo/shell/switches.h @@ -11,6 +11,7 @@ namespace switches { // alongside the definition of their values in the .cc file. extern const char kChildProcessType[]; extern const char kDisableCache[]; +extern const char kEnableMultiprocess[]; extern const char kOrigin[]; } // namespace switches |