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

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoader.h

Issue 2103733004: Set navigationStart correctly for all load types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Account for PlzNavigate. Created 4 years, 4 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/core/loader/FrameLoader.h
diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h
index 2d02effc8df550c59e5d7814e2036e5c09794168..16fa547178c42c94930aa4858603799329677b1d 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoader.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
@@ -279,8 +279,6 @@ private:
TaskRunnerTimer<FrameLoader> m_checkTimer;
- bool m_didAccessInitialDocument;
-
SandboxFlags m_forcedSandboxFlags;
bool m_dispatchingDidClearWindowObjectInMainWorld;

Powered by Google App Engine
This is Rietveld 408576698