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

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

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/loader/FrameFetchContext.h
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
index aff3f018f53d4a855227a858e38c1ea81fd7f306..cecf825ed3b25246ebcb7b40f4c85b90ac3ab9c6 100644
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
@@ -97,7 +97,7 @@ public:
bool pageDismissalEventBeingDispatched() const override;
bool updateTimingInfoForIFrameNavigation(ResourceTimingInfo*) override;
void sendImagePing(const KURL&) override;
- void addConsoleMessage(const String&) const override;
+ void addConsoleMessage(const String&, MessageLevel = ErrorMessageLevel) const override;
SecurityOrigin* getSecurityOrigin() const override;
void upgradeInsecureRequest(ResourceRequest&) override;
void addClientHintsIfNecessary(FetchRequest&) override;

Powered by Google App Engine
This is Rietveld 408576698