Chromium Code Reviews| Index: chrome_frame/test/ie_event_sink.cc |
| =================================================================== |
| --- chrome_frame/test/ie_event_sink.cc (revision 59252) |
| +++ chrome_frame/test/ie_event_sink.cc (working copy) |
| @@ -164,6 +164,10 @@ |
| } else { |
| DCHECK(wait == WAIT_TIMEOUT); |
| DLOG(ERROR) << "Wait for IE timed out"; |
| + if (!TerminateProcess(process, 0)) { |
| + DLOG(ERROR) << "Failed to terminate IE. Error:" |
| + << ::GetLastError(); |
| + } |
| break; |
| } |
| base::TimeDelta elapsed = base::Time::Now() - start; |