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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h

Issue 2676163002: Refactor the forPreload flag to mean speculative preload. (Closed)
Patch Set: 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/loader/fetch/ResourceFetcher.h
diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
index 49a1456172a361cbcf63a4852d7ebae3259d9d48..321694359323312e99677ceccc37c8f5db5ca125 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
@@ -169,7 +169,7 @@ class PLATFORM_EXPORT ResourceFetcher
const ResourceRequest&,
ResourcePriority::VisibilityStatus,
FetchRequest::DeferOption = FetchRequest::NoDefer,
- bool forPreload = false);
+ bool speculativePreload = false);
enum PrepareRequestResult { Abort, Continue, Block };

Powered by Google App Engine
This is Rietveld 408576698