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

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

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.h
diff --git a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h
index 5fcf354e9f7d8f805acbfc0738e27f6b6c82410b..d0d4a768ec938e149b78da5f5864b478feffbd28 100644
--- a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h
@@ -42,10 +42,6 @@ class CORE_EXPORT WebRemoteFrameImpl final
WebView* View() const override;
WebDocument GetDocument() const override;
WebPerformance Performance() const override;
- void Reload(WebFrameLoadType) override;
- void ReloadWithOverrideURL(const WebURL& override_url,
- WebFrameLoadType) override;
- void LoadRequest(const WebURLRequest&) override;
void StopLoading() override;
void EnableViewSourceMode(bool enable) override;
bool IsViewSourceModeEnabled() const override;

Powered by Google App Engine
This is Rietveld 408576698