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

Unified Diff: Source/web/WebRemoteFrameImpl.cpp

Issue 1156473002: Refactor FrameLoader loading interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed comments Created 5 years, 7 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: Source/web/WebRemoteFrameImpl.cpp
diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp
index 64e9f01cbc4fbdd38bcc1d0a2f92e4da2161ba8f..f53125487d03010c5468a2d22ca7a2e94d5cb458 100644
--- a/Source/web/WebRemoteFrameImpl.cpp
+++ b/Source/web/WebRemoteFrameImpl.cpp
@@ -306,7 +306,8 @@ void WebRemoteFrameImpl::reloadWithOverrideURL(const WebURL& overrideUrl, bool i
ASSERT_NOT_REACHED();
}
-void WebRemoteFrameImpl::loadRequest(const WebURLRequest&)
+void WebRemoteFrameImpl::loadRequest(const WebURLRequest&, WebFrameLoadType, const WebHistoryItem&,
+ WebHistoryLoadType)
{
ASSERT_NOT_REACHED();
}

Powered by Google App Engine
This is Rietveld 408576698