| Index: content/browser/frame_host/render_frame_host_manager.h
|
| diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h
|
| index 0360bd0b192387e1b817e073593242d2ba9227e4..d5825e17606d1bd26b36c95542e7c7158b7599fd 100644
|
| --- a/content/browser/frame_host/render_frame_host_manager.h
|
| +++ b/content/browser/frame_host/render_frame_host_manager.h
|
| @@ -204,9 +204,6 @@ class CONTENT_EXPORT RenderFrameHostManager
|
| bool swapped_out,
|
| bool hidden);
|
|
|
| - // Called when a provisional load on the given renderer is aborted.
|
| - void RendererAbortedProvisionalLoad(RenderViewHost* render_view_host);
|
| -
|
| // Sets the passed passed interstitial as the currently showing interstitial.
|
| // |interstitial_page| should be non NULL (use the remove_interstitial_page
|
| // method to unset the interstitial) and no interstitial page should be set
|
|
|