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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.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
Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 6baeeda1d44bae1cbb33237a70b02f4d0d2a8609..8a8d9147b6e5248cc2950ceba9d4339ab831cad3 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -216,6 +216,7 @@ public:
bool isLoading() const override;
bool isNavigationScheduledWithin(double interval) const override;
void setCommittedFirstRealLoad() override;
+ bool hasAccessedInitialDocument() const override;
void sendOrientationChangeEvent() override;
void willShowInstallBannerPrompt(int requestId, const WebVector<WebString>& platforms, WebAppBannerPromptReply*) override;
WebSandboxFlags effectiveSandboxFlags() const override;

Powered by Google App Engine
This is Rietveld 408576698