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

Unified Diff: public/web/WebFrame.h

Issue 555953002: Move isLoading() from WebFrame to WebLocalFrame (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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
« no previous file with comments | « Source/web/WebRemoteFrameImpl.cpp ('k') | public/web/WebLocalFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrame.h
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
index 46d62129998e23acd9fde95d95af9b3ff4ee87d3..3280871bf9b111896b0b2aaf2232861df3f6bcdd 100644
--- a/public/web/WebFrame.h
+++ b/public/web/WebFrame.h
@@ -371,9 +371,6 @@ public:
const WebURL& unreachableURL = WebURL(),
bool replace = false) = 0;
- // Returns true if the current frame is busy loading content.
- virtual bool isLoading() const = 0;
-
// Stops any pending loads on the frame and its children.
virtual void stopLoading() = 0;
« no previous file with comments | « Source/web/WebRemoteFrameImpl.cpp ('k') | public/web/WebLocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698