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

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

Issue 2343623002: Add a warning whenever link preloads are not used (Closed)
Patch Set: Added comment 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 15f9d2e0f4f5837aa43fa79a2e6eb608f966fba3..74f8e41c8bb80f57d3f62ef3778150504af5a58a 100644
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
@@ -96,7 +96,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&, LogMessageType = LogErrorMessage) const override;
SecurityOrigin* getSecurityOrigin() const override;
void upgradeInsecureRequest(ResourceRequest&) override;
void addClientHintsIfNecessary(FetchRequest&) override;
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp ('k') | third_party/WebKit/Source/core/loader/FrameFetchContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698