| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| index 1bf5355ad91d8ae7e4645ce9c6885266a3fb8175..771c6d544466625083856e4eb8a3593c6bd0f014 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -132,6 +132,8 @@ class CORE_EXPORT FrameFetchContext final : public BaseFetchContext {
|
| bool IsControlledByServiceWorker() const override;
|
| int64_t ServiceWorkerID() const override;
|
|
|
| + int ApplicationCacheHostID() const override;
|
| +
|
| bool IsMainFrame() const override;
|
| bool DefersLoading() const override;
|
| bool IsLoadComplete() const override;
|
| @@ -158,8 +160,11 @@ class CORE_EXPORT FrameFetchContext final : public BaseFetchContext {
|
| ResourceLoadPriority ModifyPriorityForExperiments(
|
| ResourceLoadPriority) override;
|
|
|
| + RefPtr<WebTaskRunner> TimerTaskRunner() const override;
|
| RefPtr<WebTaskRunner> LoadingTaskRunner() const override;
|
|
|
| + WebURLLoader* CreateURLLoader() override;
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|