| Index: remoting/host/win/worker_process_launcher_unittest.cc
|
| diff --git a/remoting/host/win/worker_process_launcher_unittest.cc b/remoting/host/win/worker_process_launcher_unittest.cc
|
| index 559ec8fae305f99cc0960a31f79ab7cd1577891c..ab9dc3884458ad8026bc301027cdc7bbbd5f3543 100644
|
| --- a/remoting/host/win/worker_process_launcher_unittest.cc
|
| +++ b/remoting/host/win/worker_process_launcher_unittest.cc
|
| @@ -481,8 +481,7 @@
|
| }
|
|
|
| // Requests the worker to crash and expects it to honor the request.
|
| -// Disabled: http://crbug.com/659219
|
| -TEST_F(WorkerProcessLauncherTest, DISABLED_Crash) {
|
| +TEST_F(WorkerProcessLauncherTest, Crash) {
|
| EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
|
| .Times(2)
|
| .WillRepeatedly(Invoke(
|
|
|