| Index: chrome_frame/test/chrome_frame_test_utils.h
|
| diff --git a/chrome_frame/test/chrome_frame_test_utils.h b/chrome_frame/test/chrome_frame_test_utils.h
|
| index 13177fcba6c50acaf717e86334c806aafd1c121d..4b74f1e3637bafff07b90fdfdfb97dde1e255f6e 100644
|
| --- a/chrome_frame/test/chrome_frame_test_utils.h
|
| +++ b/chrome_frame/test/chrome_frame_test_utils.h
|
| @@ -374,11 +374,7 @@ void DelaySendExtendedKeysEnter(TimedMsgLoop* loop, int delay, char c,
|
| class CloseIeAtEndOfScope {
|
| public:
|
| CloseIeAtEndOfScope() {}
|
| - ~CloseIeAtEndOfScope() {
|
| - int closed = CloseAllIEWindows();
|
| - DLOG_IF(ERROR, closed != 0)
|
| - << StringPrintf("Closed %i windows forcefully", closed);
|
| - }
|
| + ~CloseIeAtEndOfScope();
|
| };
|
|
|
| // Starts the Chrome crash service which enables us to gather crash dumps
|
|
|