| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index e6135d1db216fd96784603ac9e28d62291bd11da..c61d2ff76a5915f1bbb65252aab63324df51d9b2 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -306,6 +306,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual void RenderFrameDeleted(RenderFrameHost* render_frame_host) OVERRIDE;
|
| virtual void DidStartLoading(RenderFrameHost* render_frame_host) OVERRIDE;
|
| virtual void DidStopLoading(RenderFrameHost* render_frame_host) OVERRIDE;
|
| + virtual void SwappedOut(RenderFrameHost* render_frame_host) OVERRIDE;
|
| virtual void WorkerCrashed(RenderFrameHost* render_frame_host) OVERRIDE;
|
| virtual void ShowContextMenu(RenderFrameHost* render_frame_host,
|
| const ContextMenuParams& params) OVERRIDE;
|
| @@ -340,7 +341,6 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual void UpdateTargetURL(int32 page_id, const GURL& url) OVERRIDE;
|
| virtual void Close(RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void RequestMove(const gfx::Rect& new_bounds) OVERRIDE;
|
| - virtual void SwappedOut(RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void DidCancelLoading() OVERRIDE;
|
| virtual void DidChangeLoadProgress(double progress) OVERRIDE;
|
| virtual void DidDisownOpener(RenderViewHost* rvh) OVERRIDE;
|
|
|