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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/FetchRequest.cpp

Issue 2751023005: DevTools: expose linkPreload bit on the network request (Closed)
Patch Set: Created 3 years, 9 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/platform/loader/fetch/FetchRequest.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/loader/fetch/FetchRequest.cpp
diff --git a/third_party/WebKit/Source/platform/loader/fetch/FetchRequest.cpp b/third_party/WebKit/Source/platform/loader/fetch/FetchRequest.cpp
index f435cba0c3593af260552ac01e97771db98bfa7a..618b997ed492923711002ae08558bb905afe800f 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/FetchRequest.cpp
+++ b/third_party/WebKit/Source/platform/loader/fetch/FetchRequest.cpp
@@ -40,7 +40,6 @@ FetchRequest::FetchRequest(const ResourceRequest& resourceRequest,
m_charset(charset),
m_options(ResourceFetcher::defaultResourceOptions()),
m_speculativePreload(false),
- m_linkPreload(false),
m_preloadDiscoveryTime(0.0),
m_defer(NoDefer),
m_originRestriction(UseDefaultOriginRestrictionForType),
@@ -54,7 +53,6 @@ FetchRequest::FetchRequest(const ResourceRequest& resourceRequest,
: m_resourceRequest(resourceRequest),
m_options(options),
m_speculativePreload(false),
- m_linkPreload(false),
m_preloadDiscoveryTime(0.0),
m_defer(NoDefer),
m_originRestriction(UseDefaultOriginRestrictionForType),
@@ -68,7 +66,6 @@ FetchRequest::FetchRequest(const ResourceRequest& resourceRequest,
: m_resourceRequest(resourceRequest),
m_options(ResourceFetcher::defaultResourceOptions()),
m_speculativePreload(false),
- m_linkPreload(false),
m_preloadDiscoveryTime(0.0),
m_defer(NoDefer),
m_originRestriction(UseDefaultOriginRestrictionForType),
« no previous file with comments | « third_party/WebKit/Source/platform/loader/fetch/FetchRequest.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698