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

Unified Diff: Source/core/fetch/ClientHintsPreferences.h

Issue 1189523015: Add use-counters for Client-Hints features (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changed to counting functions Created 5 years, 6 months 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
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/fetch/ClientHintsPreferences.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/ClientHintsPreferences.h
diff --git a/Source/core/fetch/ClientHintsPreferences.h b/Source/core/fetch/ClientHintsPreferences.h
index b51cf2174776216b9367eb353183bf5007d97055..692e960bcd2c0e22603675f031e60b0733e62c96 100644
--- a/Source/core/fetch/ClientHintsPreferences.h
+++ b/Source/core/fetch/ClientHintsPreferences.h
@@ -10,7 +10,7 @@
namespace blink {
-class Document;
+class ResourceFetcher;
class ClientHintsPreferences {
public:
@@ -41,7 +41,7 @@ private:
bool m_shouldSendViewportWidth;
};
-CORE_EXPORT void handleAcceptClientHintsHeader(const String& headerValue, ClientHintsPreferences&);
+CORE_EXPORT void handleAcceptClientHintsHeader(const String& headerValue, ClientHintsPreferences&, ResourceFetcher*);
} // namespace blink
#endif
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/fetch/ClientHintsPreferences.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698