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 227f6ef7f8e90cef7c325e7d2bc9eb1884edca20..8e7c08f5a567390e14ed8cbb6c326167859976ef 100644 |
--- a/components/test_runner/web_test_proxy.cc |
+++ b/components/test_runner/web_test_proxy.cc |
@@ -971,11 +971,6 @@ void WebTestProxyBase::SetStatusText(const blink::WebString& text) { |
text.utf8().data() + "\n"); |
} |
-void WebTestProxyBase::DidStopLoading() { |
- if (test_interfaces_->GetTestRunner()->shouldDumpProgressFinishedCallback()) |
- delegate_->PrintMessage("postProgressFinishedNotification\n"); |
-} |
- |
void WebTestProxyBase::ShowContextMenu( |
const blink::WebContextMenuData& context_menu_data) { |
test_interfaces_->GetEventSender()->SetContextMenuData(context_menu_data); |