| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index 5c5c7f03ca5a8f2fa78e9d5f9c6a9577a6d54469..8071fa9245860700215cb003e001165a678e4201 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -482,7 +482,8 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| void OnDidFailLoadWithError(
|
| const GURL& url,
|
| int error_code,
|
| - const base::string16& error_description);
|
| + const base::string16& error_description,
|
| + bool was_ignored_by_handler);
|
| void OnDidCommitProvisionalLoad(const IPC::Message& msg);
|
| void OnDidDropNavigation();
|
| void OnBeforeUnloadACK(
|
|
|