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

Unified Diff: Source/web/WebFrameImpl.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 | « no previous file | Source/web/WebFrameImpl.cpp » ('j') | public/web/WebFrame.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebFrameImpl.h
diff --git a/Source/web/WebFrameImpl.h b/Source/web/WebFrameImpl.h
index 104f8497aa3281da92443b7c2d7f0a33399a3d2f..530a0de794142ffe39d41ec173ce913a4541dd91 100644
--- a/Source/web/WebFrameImpl.h
+++ b/Source/web/WebFrameImpl.h
@@ -151,6 +151,7 @@ public:
bool replace);
virtual bool isLoading() const;
virtual void stopLoading();
+ virtual bool hasCommittedRealDocument() const;
virtual WebDataSource* provisionalDataSource() const;
virtual WebDataSource* dataSource() const;
virtual WebHistoryItem previousHistoryItem() const;
« no previous file with comments | « no previous file | Source/web/WebFrameImpl.cpp » ('j') | public/web/WebFrame.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698