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

Unified Diff: Source/core/fetch/FetchContext.h

Issue 1246493002: Fix Resource Priorities and Scheduling (Blink Side) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 5 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
« no previous file with comments | « no previous file | Source/core/fetch/ResourceFetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/FetchContext.h
diff --git a/Source/core/fetch/FetchContext.h b/Source/core/fetch/FetchContext.h
index f2d05d9f9ad105e5f21df6f3213c7085acc5af67..57acd34075ae676eaafba6a3fc9fd8b7c8794688 100644
--- a/Source/core/fetch/FetchContext.h
+++ b/Source/core/fetch/FetchContext.h
@@ -108,6 +108,11 @@ public:
virtual void addCSPHeaderIfNecessary(Resource::Type, FetchRequest&);
virtual bool isLowPriorityIframe() const { return false; }
+ virtual bool fetchDeferLateScripts() const { return false; }
+ virtual bool fetchIncreaseFontPriority() const { return false; }
+ virtual bool fetchIncreaseAsyncScriptPriority() const { return false; }
+ virtual bool fetchIncreasePriorities() const { return false; }
+
protected:
FetchContext() { }
};
« no previous file with comments | « no previous file | Source/core/fetch/ResourceFetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698