| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index dbb1956e2bd845b19f25d27f4b14fe53533b39a6..6526ac1a42a57d612dddc4dee29be44e99d44338 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -36,7 +36,6 @@ struct AccessibilityHostMsg_EventParams;
|
| struct AccessibilityHostMsg_LocationChangeParams;
|
| struct MediaPlayerAction;
|
| struct ViewHostMsg_CreateWindow_Params;
|
| -struct ViewHostMsg_DidFailProvisionalLoadWithError_Params;
|
| struct ViewHostMsg_OpenURL_Params;
|
| struct ViewHostMsg_SelectionBounds_Params;
|
| struct ViewHostMsg_ShowPopup_Params;
|
| @@ -515,8 +514,6 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| void OnDidRedirectProvisionalLoad(int32 page_id,
|
| const GURL& source_url,
|
| const GURL& target_url);
|
| - void OnDidFailProvisionalLoadWithError(
|
| - const ViewHostMsg_DidFailProvisionalLoadWithError_Params& params);
|
| void OnNavigate(const IPC::Message& msg);
|
| void OnUpdateState(int32 page_id, const PageState& state);
|
| void OnUpdateTitle(int32 page_id,
|
|
|