| 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 e65e70280feecf1d6a049a6f5b2c667753149d23..df71c4e95217d5beb9d18786029a5a66d42eddbc 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -146,10 +146,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();
|
|
|