diff options
author | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 16:13:09 +0000 |
---|---|---|
committer | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 16:13:09 +0000 |
commit | d49af7fb105915e2298b9d9c4de11d02022ded3d (patch) | |
tree | 815c3510ed095c94e00827bc998c391d1f841768 /chrome/common/chrome_switches.cc | |
parent | 0f55d5c67c4b80b85aa56313dc09fc1b99518692 (diff) | |
download | chromium_src-d49af7fb105915e2298b9d9c4de11d02022ded3d.zip chromium_src-d49af7fb105915e2298b9d9c4de11d02022ded3d.tar.gz chromium_src-d49af7fb105915e2298b9d9c4de11d02022ded3d.tar.bz2 |
Enable building worker and use command line switch to turn on this feature.
Review URL: http://codereview.chromium.org/41029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11870 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 0a101b4..09755c9d 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -403,4 +403,7 @@ const wchar_t kIPCUseFIFO[] = L"ipc-use-fifo"; // Console Debugger when user clicks "Debug JavaScript". const wchar_t kEnableOutOfProcessDevTools[] = L"enable-oop-devtools"; +// Enable HTML5 Worker support +const wchar_t kEnableWebWorkers[] = L"enable-web-workers"; + } // namespace switches |