| Index: chrome/worker/worker_uitest.cc
|
| diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
|
| index 5449cce45443d2df2e3351d272c9b5a9e652c24c..1c3144a8d7cf29f97503b5fbb9d330d16e3969d4 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",
|
|
|