| 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 39dedd72a6c594cf47d4bfc1f7607cefb57bfdbd..c71f73dd74430bd4a9f6b700dadfd961078d83fb 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();
|
| }
|
|
|