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 bb30a26fa24d644d544e7a93b5eb450a8cd60c5e..c77d0e98902b480e25e8a95bd9f3661ebf05ea43 100644 |
--- a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp |
+++ b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp |
@@ -133,19 +133,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. |