Chromium Code Reviews| Index: content/browser/renderer_host/render_view_host_impl.h |
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
| index d966e5eefe71b8ae66ea259b472044379185d103..73fef03fca0bd737dff04060b55259cfcf633e5c 100644 |
| --- a/content/browser/renderer_host/render_view_host_impl.h |
| +++ b/content/browser/renderer_host/render_view_host_impl.h |
| @@ -105,6 +105,8 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost, |
| // Convenience function, just like RenderViewHost::From. |
| static RenderViewHostImpl* From(RenderWidgetHost* rwh); |
| + void ShutdownAndDestroy(); |
|
ncarter (slow)
2015/12/11 22:13:29
This belongs after the ctor/dtor.
Avi (use Gerrit)
2015/12/14 02:03:49
Done.
|
| + |
| // |routing_id| must be a valid route id. |swapped_out| indicates |
| // whether the view should initially be swapped out (e.g., for an opener |
| // frame being rendered by another process). |hidden| indicates whether the |
| @@ -278,7 +280,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost, |
| } |
| // RenderWidgetHost public overrides. |
| - void Shutdown() override; |
| bool OnMessageReceived(const IPC::Message& msg) override; |
| // Creates a new RenderView with the given route id. |