summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 16:40:40 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 16:40:40 +0000
commit35869679a0e431a3871718627b0cacc2ab692b5c (patch)
treeb1ea32ce59d2a3c06127e40f4de24e4f96b50c4a /chrome/common/chrome_switches.cc
parentd49af7fb105915e2298b9d9c4de11d02022ded3d (diff)
downloadchromium_src-35869679a0e431a3871718627b0cacc2ab692b5c.zip
chromium_src-35869679a0e431a3871718627b0cacc2ab692b5c.tar.gz
chromium_src-35869679a0e431a3871718627b0cacc2ab692b5c.tar.bz2
Revert "Enable building worker and use command line switch to turn on ..."
This reverts commit 11870. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11871 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 09755c9d..0a101b4 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -403,7 +403,4 @@ 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