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

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

Issue 2842253002: Move ReportLocalLoadFailed to ExecutionContext (Closed)
Patch Set: Created 3 years, 8 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 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();
}

Powered by Google App Engine
This is Rietveld 408576698