Move didFinishResourceLoad to RenderFrameHost.
BUG=361761
TEST=no visible change
Review URL: https://codereview.chromium.org/262493002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267230 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 5d8f9bcb..fcd8e52a 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -468,6 +468,11 @@
const GURL& frame_url,
base::string16* result);
+ // Loads the appropriate error page for the specified failure into the frame.
+ void LoadNavigationErrorPage(const blink::WebURLRequest& failed_request,
+ const blink::WebURLError& error,
+ bool replace);
+
// Stores the WebLocalFrame we are associated with.
blink::WebLocalFrame* frame_;