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

Unified Diff: Source/core/frame/LocalFrame.cpp

Issue 806183005: Remove FrameLoader's checkLoadComplete and checkLoadCompleteForThisFrame (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Helpers Created 5 years, 11 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/core/frame/LocalFrame.cpp
diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp
index eb3dbdf40b4ad44fc74c11d877b3746ae2e2dad5..de00838452adc16b1e7b2de5ef530cf4b1f50a32 100644
--- a/Source/core/frame/LocalFrame.cpp
+++ b/Source/core/frame/LocalFrame.cpp
@@ -293,11 +293,6 @@ SecurityContext* LocalFrame::securityContext() const
return document();
}
-bool LocalFrame::checkLoadComplete()
-{
- return loader().checkLoadCompleteForThisFrame();
-}
-
void LocalFrame::printNavigationErrorMessage(const Frame& targetFrame, const char* reason)
{
if (!targetFrame.isLocalFrame())

Powered by Google App Engine
This is Rietveld 408576698