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

Unified Diff: third_party/WebKit/public/web/WebLocalFrame.h

Issue 2103733004: Set navigationStart correctly for all load types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 5 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 | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebLocalFrame.h
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
index eceed95ed8cfec2b8f27ca49e79f5b8aa25baa4d..baffee75758c881029f79e42bba8ac3a0f6bb8bd 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -133,6 +133,10 @@ public:
// cross process.
virtual void setCommittedFirstRealLoad() = 0;
+ // Returns true if this is the main frame and its initial document has been
+ // accessed (see also WebFrameClient::didAccessInitialDocument).
+ virtual bool hasAccessedInitialDocument() const = 0;
dcheng 2016/07/29 12:50:53 Can't we just track this bit in RenderFrameImpl ra
Alexander Semashko 2016/08/12 09:26:34 Done.
+
// Orientation Changes ----------------------------------------------------
// Notify the frame that the screen orientation has changed.
« no previous file with comments | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698