summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorsehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-29 00:30:51 +0000
committersehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-29 00:30:51 +0000
commit07506b507533d46e7ef826819ec9c5cbca5035aa (patch)
tree6cfc1f745d2703904174adec70eb60fe1d089861 /chrome/common/chrome_switches.cc
parent241415acc358cbfb1054c2f4f8510ecbe6fe8c29 (diff)
downloadchromium_src-07506b507533d46e7ef826819ec9c5cbca5035aa.zip
chromium_src-07506b507533d46e7ef826819ec9c5cbca5035aa.tar.gz
chromium_src-07506b507533d46e7ef826819ec9c5cbca5035aa.tar.bz2
Added stub native web worker support, including build support in preparation
for integrating the native client build. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19479 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 8f99057..df64097 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -440,6 +440,9 @@ const wchar_t kIPCUseFIFO[] = L"ipc-use-fifo";
// Enable HTML5 Worker support
const wchar_t kEnableWebWorkers[] = L"enable-web-workers";
+// Enable Native Web Worker support
+const wchar_t kEnableNativeWebWorkers[] = L"enable-native-web-workers";
+
// Causes the worker process allocation to use as many processes as cores.
const wchar_t kWebWorkerProcessPerCore[] = L"web-worker-process-per-core";