| 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 c60aebacb3086904a552ace2f33a7b469e6a9634..0a44a317c73658166906c432d3009a44a37c2206 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -495,7 +495,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual void UpdateRenderViewSizeForRenderManager() OVERRIDE;
|
| virtual void CancelModalDialogsForRenderManager() OVERRIDE;
|
| virtual void NotifySwappedFromRenderManager(
|
| - RenderViewHost* old_render_view_host) OVERRIDE;
|
| + RenderViewHost* old_host, RenderViewHost* new_host) OVERRIDE;
|
| virtual int CreateOpenerRenderViewsForRenderManager(
|
| SiteInstance* instance) OVERRIDE;
|
| virtual NavigationControllerImpl&
|
| @@ -745,7 +745,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| // Misc non-view stuff -------------------------------------------------------
|
|
|
| // Helper functions for sending notifications.
|
| - void NotifySwapped(RenderViewHost* old_render_view_host);
|
| + void NotifySwapped(RenderViewHost* old_host, RenderViewHost* new_host);
|
| void NotifyDisconnected();
|
| void NotifyNavigationEntryCommitted(const LoadCommittedDetails& load_details);
|
|
|
|
|