| 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 2fb04743ce69654b9d7eb7c61ada4a633477fdfb..fb589f919d0c2ea0f8bc93a27f6a27a9757ac547 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| @@ -738,10 +738,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();
|
| }
|
|
|