| Index: third_party/WebKit/Source/core/fetch/FetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.h b/third_party/WebKit/Source/core/fetch/FetchContext.h
|
| index 22869f183ccb464d053f32eb0b0b1cd3ef6e6766..054b465dfae220746c9b9b8be9950a086ef7cc26 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchContext.h
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchContext.h
|
| @@ -48,7 +48,6 @@ class ResourceLoader;
|
| class ResourceResponse;
|
| class ResourceRequest;
|
| class ResourceTimingInfo;
|
| -class WebTaskRunner;
|
|
|
| enum FetchResourceType {
|
| FetchMainResource,
|
| @@ -107,8 +106,6 @@ public:
|
|
|
| virtual ResourceLoadPriority modifyPriorityForExperiments(ResourceLoadPriority priority, Resource::Type, const FetchRequest&, ResourcePriority::VisibilityStatus) { return priority; }
|
|
|
| - virtual WebTaskRunner* loadingTaskRunner() const { return nullptr; }
|
| -
|
| protected:
|
| FetchContext() { }
|
| };
|
|
|