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

Unified Diff: third_party/WebKit/Source/platform/network/ResourceRequest.cpp

Issue 2584513003: PlzNavigate: identify same-page browser-initiated navigation. (Closed)
Patch Set: Rebase. Created 3 years, 10 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/platform/network/ResourceRequest.cpp
diff --git a/third_party/WebKit/Source/platform/network/ResourceRequest.cpp b/third_party/WebKit/Source/platform/network/ResourceRequest.cpp
index 2c54f16a23ad1059d0f74a59f99460731994b515..d9b53a9ec311a298ae6590acd85abae76f2763db 100644
--- a/third_party/WebKit/Source/platform/network/ResourceRequest.cpp
+++ b/third_party/WebKit/Source/platform/network/ResourceRequest.cpp
@@ -75,6 +75,7 @@ ResourceRequest::ResourceRequest(const KURL& url)
m_checkForBrowserSideNavigation(true),
m_uiStartTime(0),
m_isExternalRequest(false),
+ m_isSameDocumentNavigation(false),
m_inputPerfMetricReportPolicy(
InputToLoadPerfMetricReportPolicy::NoReport),
m_redirectStatus(RedirectStatus::NoRedirect) {}
« no previous file with comments | « third_party/WebKit/Source/platform/network/ResourceRequest.h ('k') | third_party/WebKit/public/platform/WebURLRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698