diff options
Diffstat (limited to 'content/renderer/render_frame_impl.h')
-rw-r--r-- | content/renderer/render_frame_impl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h index 5d8f9bc..fcd8e52 100644 --- a/content/renderer/render_frame_impl.h +++ b/content/renderer/render_frame_impl.h @@ -468,6 +468,11 @@ class CONTENT_EXPORT RenderFrameImpl 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_; |