| Index: content/browser/renderer_host/render_view_host_delegate.h
|
| diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h
|
| index 1e105e24b6a49f3e95b199687c5eb0c315d342d2..f3e3c1ebd0c272e04a3c59a19b49408ae1145ef1 100644
|
| --- a/content/browser/renderer_host/render_view_host_delegate.h
|
| +++ b/content/browser/renderer_host/render_view_host_delegate.h
|
| @@ -24,7 +24,6 @@ class GURL;
|
| class SkBitmap;
|
| class WebKeyboardEvent;
|
| struct ViewHostMsg_CreateWindow_Params;
|
| -struct ViewHostMsg_DidFailProvisionalLoadWithError_Params;
|
| struct ViewHostMsg_FrameNavigate_Params;
|
| struct ViewMsg_PostMessage_Params;
|
| struct WebPreferences;
|
| @@ -160,11 +159,6 @@ class CONTENT_EXPORT RenderViewHostDelegate {
|
| const GURL& source_url,
|
| const GURL& target_url) {}
|
|
|
| - // A provisional load in the RenderView failed.
|
| - virtual void DidFailProvisionalLoadWithError(
|
| - RenderViewHost* render_view_host,
|
| - const ViewHostMsg_DidFailProvisionalLoadWithError_Params& params) {}
|
| -
|
| // The RenderView was navigated to a different page.
|
| virtual void DidNavigate(RenderViewHost* render_view_host,
|
| const ViewHostMsg_FrameNavigate_Params& params) {}
|
|
|