From 11aba074694d4345c16eabc00963198e78d1e9c4 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Fri, 11 Sep 2009 00:06:33 +0000 Subject: Delete unused WebViewDelegate method. The code in TestWebViewDelegate was unreachable. R=dglazkov BUG=none TEST=none Review URL: http://codereview.chromium.org/193079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25951 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/test_shell/test_webview_delegate.cc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'webkit/tools/test_shell/test_webview_delegate.cc') diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc index 4116df0..131e7cd 100644 --- a/webkit/tools/test_shell/test_webview_delegate.cc +++ b/webkit/tools/test_shell/test_webview_delegate.cc @@ -260,14 +260,6 @@ std::string TestWebViewDelegate::GetResourceDescription(uint32 identifier) { return it != resource_identifier_map_.end() ? it->second : ""; } -void TestWebViewDelegate::DidReceiveIconForFrame(WebView* webview, - WebFrame* frame) { - if (shell_->ShouldDumpFrameLoadCallbacks()) { - printf("%S - didReceiveIconForFrame\n", - GetFrameDescription(frame).c_str()); - } -} - void TestWebViewDelegate::AddMessageToConsole(WebView* webview, const std::wstring& message, unsigned int line_no, -- cgit v1.1