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

Unified Diff: third_party/WebKit/Source/core/loader/FrameFetchContext.h

Issue 2544933003: Split methods for ClientHintsPreferences from FrameFetchContext (Closed)
Patch Set: Rebase Created 4 years 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
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();

Powered by Google App Engine
This is Rietveld 408576698