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

Unified Diff: content/renderer/render_frame_impl.cc

Issue 2456353002: [dry-run] Trying frameloader::loadFailed. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/WebLocalFrameImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.cc
diff --git a/content/renderer/render_frame_impl.cc b/content/renderer/render_frame_impl.cc
index 138b3b0df2cb4fc3a4899f1e9db535bb3583a001..11aa69c31f68d55cf5126b930437d5031a9bd418 100644
--- a/content/renderer/render_frame_impl.cc
+++ b/content/renderer/render_frame_impl.cc
@@ -5066,7 +5066,7 @@ void RenderFrameImpl::OnFailedNavigation(
// On load failure, a frame can ask its owner to render fallback content.
// If it is possible, then there is no more need to load an error page.
if (frame_->canRenderFallbackContent()) {
- frame_->loadFailed();
+ frame_->loadFailed(error);
browser_side_navigation_pending_ = false;
return;
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/WebLocalFrameImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698