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

Unified Diff: third_party/WebKit/Source/core/fetch/FetchContext.cpp

Issue 2343623002: Add a warning whenever link preloads are not used (Closed)
Patch Set: Created 4 years, 3 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
Index: third_party/WebKit/Source/core/fetch/FetchContext.cpp
diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.cpp b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
index 5429adefa2ed50c18a0c2997a7b3a91654bfbcbd..ee44708768a26ae1e1a7c3f493dbe59cfb0b4167 100644
--- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp
+++ b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
@@ -101,7 +101,7 @@ void FetchContext::sendImagePing(const KURL&)
{
}
-void FetchContext::addConsoleMessage(const String&) const
+void FetchContext::addConsoleMessage(const String&, MessageLevel) const
{
}

Powered by Google App Engine
This is Rietveld 408576698