| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| index 3cb385991a22641af04526cd8fc0445b91c6569b..cd1f73f0b0c5a86de6e267cfd3f0d0b0af7c9b9a 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -266,10 +266,6 @@ void WebRemoteFrameImpl::setReferrerForRequest(WebURLRequest&,
|
| NOTREACHED();
|
| }
|
|
|
| -void WebRemoteFrameImpl::dispatchWillSendRequest(WebURLRequest&) {
|
| - NOTREACHED();
|
| -}
|
| -
|
| WebAssociatedURLLoader* WebRemoteFrameImpl::createAssociatedURLLoader(
|
| const WebAssociatedURLLoaderOptions&) {
|
| NOTREACHED();
|
|
|