| Index: components/test_runner/web_test_proxy.cc
|
| diff --git a/components/test_runner/web_test_proxy.cc b/components/test_runner/web_test_proxy.cc
|
| index fb610a6e41dc608b7adc158b5723535f8d58aadd..3d0745ac78d12b4f67504dc1d78783ac37801d22 100644
|
| --- a/components/test_runner/web_test_proxy.cc
|
| +++ b/components/test_runner/web_test_proxy.cc
|
| @@ -1088,13 +1088,6 @@ void WebTestProxyBase::DidFinishDocumentLoad(blink::WebLocalFrame* frame) {
|
| if (test_interfaces_->GetTestRunner()->shouldDumpFrameLoadCallbacks()) {
|
| PrintFrameDescription(delegate_, frame);
|
| delegate_->PrintMessage(" - didFinishDocumentLoadForFrame\n");
|
| - } else {
|
| - unsigned pendingUnloadEvents = frame->unloadListenerCount();
|
| - if (pendingUnloadEvents) {
|
| - PrintFrameDescription(delegate_, frame);
|
| - delegate_->PrintMessage(base::StringPrintf(
|
| - " - has %u onunload handler(s)\n", pendingUnloadEvents));
|
| - }
|
| }
|
| }
|
|
|
|
|