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

Unified Diff: public/web/WebFrame.h

Issue 24286007: Add hasCommittedRealDocument API to WebFrame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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/WebFrameImpl.cpp ('k') | no next file » | 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 211def68aed06bc968232765d3d6b6d4962f7ed1..0fe5b1f941693b46a4d7c27afb17b4fac9dd5fd5 100644
--- a/public/web/WebFrame.h
+++ b/public/web/WebFrame.h
@@ -349,6 +349,9 @@ public:
// Stops any pending loads on the frame and its children.
virtual void stopLoading() = 0;
+ // Returns true if the current frame has committed the first real document.
+ virtual bool hasCommittedRealDocument() const = 0;
darin (slow to review) 2013/09/20 22:03:04 Note: On the Chromium side, you could also just ke
+
// Returns the data source that is currently loading. May be null.
virtual WebDataSource* provisionalDataSource() const = 0;
« no previous file with comments | « Source/web/WebFrameImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698