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(); |
} |