| 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 b96e9b5ea6cfe5217691e154a0be3cc0f0b6ca57..da931e9f9ed838c2424f5fad9ffa64d0e90b8bf5 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -494,7 +494,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void UpdateRenderViewSizeForRenderManager() 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&
|
| @@ -744,7 +744,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);
|
|
|
|
|