| Index: ipc/ipc_sync_channel_unittest.cc
|
| diff --git a/ipc/ipc_sync_channel_unittest.cc b/ipc/ipc_sync_channel_unittest.cc
|
| index a4e9bd8b374b2d266137a59ab3593f280f0a596c..6ca76fca8236199b80e98c4ba9da2d71d92edced 100644
|
| --- a/ipc/ipc_sync_channel_unittest.cc
|
| +++ b/ipc/ipc_sync_channel_unittest.cc
|
| @@ -1025,8 +1025,7 @@ TEST_F(IPCSyncChannelTest, SendWithTimeoutTimeout) {
|
| }
|
|
|
| // Sends some message that time-out and some that succeed.
|
| -// Crashes flakily, http://crbug.com/70075.
|
| -TEST_F(IPCSyncChannelTest, DISABLED_SendWithTimeoutMixedOKAndTimeout) {
|
| +TEST_F(IPCSyncChannelTest, SendWithTimeoutMixedOKAndTimeout) {
|
| SendWithTimeoutMixedOKAndTimeout(false);
|
| SendWithTimeoutMixedOKAndTimeout(true);
|
| }
|
| @@ -1952,9 +1951,6 @@ void Verified() {
|
| workers.push_back(worker);
|
|
|
| RunTest(workers);
|
| -
|
| -#if defined(OS_WIN)
|
| -#endif
|
| }
|
|
|
| } // namespace
|
|
|