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

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

Issue 2842253002: Move ReportLocalLoadFailed to ExecutionContext (Closed)
Patch Set: +comment Created 3 years, 7 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.cpp
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
index 28e92f6497b9a63c1abb065165322d8af81f7673..0c9ca6d0e33fb319498cacd25bd17ef8cafdd89f 100644
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
@@ -748,10 +748,6 @@ void FrameFetchContext::DispatchDidBlockRequest(
fetch_initiator_info, blocked_reason);
}
-void FrameFetchContext::ReportLocalLoadFailed(const KURL& url) const {
- FrameLoader::ReportLocalLoadFailed(GetFrame(), url.ElidedString());
-}
-
bool FrameFetchContext::ShouldBypassMainWorldCSP() const {
return GetFrame()->GetScriptController().ShouldBypassMainWorldCSP();
}

Powered by Google App Engine
This is Rietveld 408576698