summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authormpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-13 22:06:41 +0000
committermpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-13 22:06:41 +0000
commitf30a566d7fcc4c56004f40e9db160906bdf9ac8c (patch)
treec0d6b4c308cf7853205717a63b27ea8ce276a93b /chrome/common/chrome_switches.cc
parent6e5e54e39d8e542077acdafe8cf9033b1ca9acce (diff)
downloadchromium_src-f30a566d7fcc4c56004f40e9db160906bdf9ac8c.zip
chromium_src-f30a566d7fcc4c56004f40e9db160906bdf9ac8c.tar.gz
chromium_src-f30a566d7fcc4c56004f40e9db160906bdf9ac8c.tar.bz2
Add an "extension" process type, which mostly gets treated as a renderer everywhere.
BUG=27163 Review URL: http://codereview.chromium.org/384108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31955 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index d4230bc..839ef92 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -259,6 +259,9 @@ const char kExperimentalSpellcheckerFeatures[] =
// numbers.
const char kExplicitlyAllowedPorts[] = "explicitly-allowed-ports";
+// Causes the process to run as an extension subprocess.
+const char kExtensionProcess[] = "extension";
+
// Frequency in seconds for Extensions auto-update.
const char kExtensionsUpdateFrequency[] = "extensions-update-frequency";