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

Unified Diff: third_party/WebKit/Source/core/fetch/FetchContext.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/fetch/FetchContext.h
diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.h b/third_party/WebKit/Source/core/fetch/FetchContext.h
index 5c315156015e0469f93c9f7e3a0454e3f53952fc..b792f96ae6460a1cb66f918fd89538d1ef97db0a 100644
--- a/third_party/WebKit/Source/core/fetch/FetchContext.h
+++ b/third_party/WebKit/Source/core/fetch/FetchContext.h
@@ -66,9 +66,6 @@ class CORE_EXPORT FetchContext
DEFINE_INLINE_VIRTUAL_TRACE() {}
virtual bool isLiveContext() { return false; }
- virtual void countClientHintsDPR() {}
- virtual void countClientHintsResourceWidth() {}
- virtual void countClientHintsViewportWidth() {}
virtual void addAdditionalRequestHeaders(ResourceRequest&, FetchResourceType);
virtual CachePolicy getCachePolicy() const;
« no previous file with comments | « third_party/WebKit/Source/core/fetch/ClientHintsPreferences.cpp ('k') | third_party/WebKit/Source/core/loader/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698