Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4189)

Unified Diff: chrome_frame/test/ie_event_sink.cc

Issue 3432005: As a best effort terminate IE at the end of each chrome frame test run on an ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/test/chrome_frame_test_utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome_frame/test/chrome_frame_test_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698