| 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 c7c7809edca06d35bb3a1bf9295d65fdaca67377..97146b389edd42ca1440fe08ab1ed8cf26db5a81 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -232,8 +232,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual int32 GetMaxPageID() OVERRIDE;
|
| virtual int32 GetMaxPageIDForSiteInstance(
|
| SiteInstance* site_instance) OVERRIDE;
|
| - virtual SiteInstance* GetSiteInstance() const OVERRIDE;
|
| - virtual SiteInstance* GetPendingSiteInstance() const OVERRIDE;
|
| + virtual SiteInstanceImpl* GetSiteInstance() const OVERRIDE;
|
| + virtual SiteInstanceImpl* GetPendingSiteInstance() const OVERRIDE;
|
| virtual bool IsLoading() const OVERRIDE;
|
| virtual bool IsLoadingToDifferentDocument() const OVERRIDE;
|
| virtual bool IsWaitingForResponse() const OVERRIDE;
|
| @@ -433,9 +433,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual WebPreferences ComputeWebkitPrefs() OVERRIDE;
|
| virtual void OnUserGesture() OVERRIDE;
|
| virtual void OnIgnoredUIEvent() OVERRIDE;
|
| - virtual void RendererUnresponsive(RenderViewHost* render_view_host,
|
| - bool is_during_beforeunload,
|
| - bool is_during_unload) OVERRIDE;
|
| + virtual void RendererUnresponsive(RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void RendererResponsive(RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void LoadStateChanged(const GURL& url,
|
| const net::LoadStateWithParam& load_state,
|
|
|