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

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 0d5affe2aa510452e793280af6dd3a56aa69a97e..ca29e7c3eca9874ba0c1100dc7dd117858c0ab96 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;
// FIXME: Remove this method once we have input routing in the browser
// process. See http://crbug.com/339659.

Powered by Google App Engine
This is Rietveld 408576698