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

Unified Diff: Source/core/frame/RemoteFrame.h

Issue 806183005: Remove FrameLoader's checkLoadComplete and checkLoadCompleteForThisFrame (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/RemoteFrame.h
diff --git a/Source/core/frame/RemoteFrame.h b/Source/core/frame/RemoteFrame.h
index 5a6444b032014a18f80c5928b5d21defa1c3e3d8..39ace61af8150228dfc0b8368e8bc99fd28f5faf 100644
--- a/Source/core/frame/RemoteFrame.h
+++ b/Source/core/frame/RemoteFrame.h
@@ -29,7 +29,6 @@ public:
virtual void reload(ReloadPolicy, ClientRedirectPolicy) override;
virtual void detach() override;
virtual RemoteSecurityContext* securityContext() const override;
- bool checkLoadComplete() override;
void printNavigationErrorMessage(const Frame&, const char* reason) { }
// FIXME: Remove this method once we have input routing in the browser

Powered by Google App Engine
This is Rietveld 408576698