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

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

Issue 2842253002: Move ReportLocalLoadFailed to ExecutionContext (Closed)
Patch Set: Revert ResourceLoader changes, handle main resource redirect in DocumentLoader 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 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();
}
« no previous file with comments | « third_party/WebKit/Source/core/loader/FrameFetchContext.h ('k') | third_party/WebKit/Source/core/loader/FrameLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698