| Index: third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
|
| index 99a9749b2add76f5926c24bb515e84c075535965..3c5c0fd82bf8f1c5aeec7504e1344afeb9ed7af9 100644
|
| --- a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
|
| @@ -143,19 +143,6 @@ WebPerformance WebRemoteFrameImpl::Performance() const {
|
| return WebPerformance();
|
| }
|
|
|
| -void WebRemoteFrameImpl::Reload(WebFrameLoadType) {
|
| - NOTREACHED();
|
| -}
|
| -
|
| -void WebRemoteFrameImpl::ReloadWithOverrideURL(const WebURL& override_url,
|
| - WebFrameLoadType) {
|
| - NOTREACHED();
|
| -}
|
| -
|
| -void WebRemoteFrameImpl::LoadRequest(const WebURLRequest&) {
|
| - NOTREACHED();
|
| -}
|
| -
|
| void WebRemoteFrameImpl::StopLoading() {
|
| // TODO(dcheng,japhet): Calling this method should stop loads
|
| // in all subframes, both remote and local.
|
|
|