| Index: content/browser/frame_host/frame_tree.h
|
| diff --git a/content/browser/frame_host/frame_tree.h b/content/browser/frame_host/frame_tree.h
|
| index fb29df24de0d0fd5ac393981965fe01a8499876e..a9b8203c0a960e9187ca05384d6d4c2518724881 100644
|
| --- a/content/browser/frame_host/frame_tree.h
|
| +++ b/content/browser/frame_host/frame_tree.h
|
| @@ -92,6 +92,10 @@ class CONTENT_EXPORT FrameTree {
|
| // TODO(creis): Look into how we can remove the need for this method.
|
| void ResetForMainFrameSwap();
|
|
|
| + // Update the frame tree after a process exits. Any nodes currently using the
|
| + // given |render_view_host| will lose all their children.
|
| + void RenderProcessGone(RenderViewHost* render_view_host);
|
| +
|
| // Convenience accessor for the main frame's RenderFrameHostImpl.
|
| RenderFrameHostImpl* GetMainFrame() const;
|
|
|
|
|