Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1047)

Unified Diff: third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp

Issue 2940863005: Move loading methods from WebFrame to WebLocalFrame. (Closed)
Patch Set: Fixing build problems introduced by rebasing... Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698