| Index: chrome/worker/worker_uitest.cc
|
| diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
|
| index b4c64da30c6206ed71fc28a4b035ccd3974db575..f08c2cfbc98bcdb99d1a6763253b1ce5566a58c9 100644
|
| --- a/chrome/worker/worker_uitest.cc
|
| +++ b/chrome/worker/worker_uitest.cc
|
| @@ -581,8 +581,7 @@ TEST_F(WorkerTest, WorkerClose) {
|
| ASSERT_TRUE(WaitForProcessCountToBe(1, 0));
|
| }
|
|
|
| -// http://crbug.com/42641
|
| -TEST_F(WorkerTest, FAILS_QueuedSharedWorkerShutdown) {
|
| +TEST_F(WorkerTest, QueuedSharedWorkerShutdown) {
|
| // Tests to make sure that queued shared workers are started up when
|
| // shared workers shut down.
|
| int max_workers_per_tab = WorkerService::kMaxWorkersPerTabWhenSeparate;
|
|
|