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 b312265fe4e5003e53153ff1381d2724445c2251..5f0c7aad333650f8fe2549f45346bbc710d751f1 100644 |
--- a/content/browser/frame_host/frame_tree.h |
+++ b/content/browser/frame_host/frame_tree.h |
@@ -91,13 +91,6 @@ 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. |
- // TODO(creis): This should take a RenderProcessHost once RenderFrameHost |
- // knows its process. Until then, we would just be asking the RenderViewHost |
- // for its process, so we'll skip that step. |
- void RenderProcessGone(RenderViewHost* render_view_host); |
- |
// Convenience accessor for the main frame's RenderFrameHostImpl. |
RenderFrameHostImpl* GetMainFrame() const; |