summaryrefslogtreecommitdiffstats
path: root/chrome/worker
diff options
context:
space:
mode:
authoratwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-14 01:11:56 +0000
committeratwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-14 01:11:56 +0000
commit3d871546f6c7585aa687500ae92fd410dbf32adc (patch)
treefb64831eb1a9fb7e62860c302c935b8e8256ee48 /chrome/worker
parent8304534695af7ed56d9b82b9855188341c152763 (diff)
downloadchromium_src-3d871546f6c7585aa687500ae92fd410dbf32adc.zip
chromium_src-3d871546f6c7585aa687500ae92fd410dbf32adc.tar.gz
chromium_src-3d871546f6c7585aa687500ae92fd410dbf32adc.tar.bz2
Turn on shared workers by default
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31982 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/worker')
-rw-r--r--chrome/worker/worker_uitest.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
index 5449cce..1c3144a 100644
--- a/chrome/worker/worker_uitest.cc
+++ b/chrome/worker/worker_uitest.cc
@@ -16,11 +16,6 @@ class WorkerTest : public UILayoutTest {
protected:
virtual ~WorkerTest() { }
- virtual void SetUp() {
- launch_arguments_.AppendSwitch(switches::kEnableSharedWorkers);
- UILayoutTest::SetUp();
- }
-
void RunTest(const std::wstring& test_case) {
scoped_refptr<TabProxy> tab(GetActiveTab());
ASSERT_TRUE(tab.get());
@@ -164,7 +159,6 @@ TEST_F(WorkerTest, SharedWorkerFastLayoutTests) {
TEST_F(WorkerTest, WorkerHttpLayoutTests) {
static const char* kLayoutTestFiles[] = {
- // Enable when shared workers are working (http://crbug.com/26899)
"shared-worker-importScripts.html",
"shared-worker-redirect.html",
// flakey? BUG 16934 "text-encoding.html",