| Index: Tools/DumpRenderTree/chromium/WebViewHost.cpp
|
| ===================================================================
|
| --- Tools/DumpRenderTree/chromium/WebViewHost.cpp (revision 148290)
|
| +++ Tools/DumpRenderTree/chromium/WebViewHost.cpp (working copy)
|
| @@ -435,20 +435,6 @@
|
| return defaultPolicy;
|
| }
|
|
|
| -bool WebViewHost::canHandleRequest(WebFrame*, const WebURLRequest& request)
|
| -{
|
| - return true;
|
| -}
|
| -
|
| -WebURLError WebViewHost::cancelledError(WebFrame*, const WebURLRequest& request)
|
| -{
|
| - return webkit_support::CreateCancelledError(request);
|
| -}
|
| -
|
| -void WebViewHost::unableToImplementPolicyWithError(WebFrame* frame, const WebURLError& error)
|
| -{
|
| -}
|
| -
|
| void WebViewHost::didCreateDataSource(WebFrame*, WebDataSource* ds)
|
| {
|
| ds->setExtraData(m_pendingExtraData.leakPtr());
|
|
|