| 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 3df40818ae2b7eac215e8e182c729af6b1d2e7ec..549f3019fca3abc6dda694c20940941d20809e53 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -152,10 +152,6 @@ class CORE_EXPORT FrameFetchContext final : public FetchContext {
|
| ResourceLoadPriority modifyPriorityForExperiments(
|
| ResourceLoadPriority) override;
|
|
|
| - void countClientHintsDPR() override;
|
| - void countClientHintsResourceWidth() override;
|
| - void countClientHintsViewportWidth() override;
|
| -
|
| WebTaskRunner* loadingTaskRunner() const override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|