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

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

Issue 2826213003: Don't lower priority for scripts inserted by doc.write (Closed)
Patch Set: Fixed duplicate URLs in Layout test Created 3 years, 8 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 1dcd6d738564f25f4500c2c56f525a5d5cb77d34..7fa3a5fe3b8512230a7225b0a763eac05d699d62 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
@@ -168,7 +168,8 @@ class PLATFORM_EXPORT ResourceFetcher
const ResourceRequest&,
ResourcePriority::VisibilityStatus,
FetchParameters::DeferOption = FetchParameters::kNoDefer,
- bool is_speculative_preload = false,
+ FetchParameters::SpeculativePreloadType =
+ FetchParameters::SpeculativePreloadType::kNotSpeculative,
bool is_link_preload = false);
enum PrepareRequestResult { kAbort, kContinue, kBlock };

Powered by Google App Engine
This is Rietveld 408576698