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

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: Add comment, fix indent. 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
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..59b120185e01d0e60f772d2bdfdaa6785a619854 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 getDidAccessInitialDocument() const = 0;
clamy 2016/07/21 11:52:44 See my comment about naming in FrameLoader.h
Alexander Semashko 2016/07/21 14:00:22 Done.
+
// Orientation Changes ----------------------------------------------------
// Notify the frame that the screen orientation has changed.

Powered by Google App Engine
This is Rietveld 408576698