| Index: content/browser/devtools/render_view_devtools_agent_host.h
|
| diff --git a/content/browser/devtools/render_view_devtools_agent_host.h b/content/browser/devtools/render_view_devtools_agent_host.h
|
| index fddd90ee0ebc1cd240f589b38ed667e356194494..8257663d4ab968565bd1969dbed1ca12571840fb 100644
|
| --- a/content/browser/devtools/render_view_devtools_agent_host.h
|
| +++ b/content/browser/devtools/render_view_devtools_agent_host.h
|
| @@ -48,7 +48,7 @@ class CONTENT_EXPORT RenderViewDevToolsAgentHost
|
|
|
| // WebContentsObserver overrides.
|
| virtual void AboutToNavigateRenderView(RenderViewHost* dest_rvh) OVERRIDE;
|
| - virtual void RenderViewGone(base::TerminationStatus status) OVERRIDE;
|
| + virtual void RenderProcessGone(base::TerminationStatus status) OVERRIDE;
|
| virtual void DidAttachInterstitialPage() OVERRIDE;
|
|
|
| void ConnectRenderViewHost(RenderViewHost* rvh, bool reattach);
|
|
|