Index: content/browser/tab_contents/tab_contents_delegate.h |
diff --git a/content/browser/tab_contents/tab_contents_delegate.h b/content/browser/tab_contents/tab_contents_delegate.h |
index 8b095fe4987548db0f34abf422950607ac8fcdcc..f37b6404d614f129b3ada7a01312c86341424fad 100644 |
--- a/content/browser/tab_contents/tab_contents_delegate.h |
+++ b/content/browser/tab_contents/tab_contents_delegate.h |
@@ -119,6 +119,10 @@ class CONTENT_EXPORT TabContentsDelegate { |
// it needs to do. |
virtual void CloseContents(TabContents* source); |
+ // Informs the delegate that the underlying RenderViewHost has been swapped |
+ // out so it can perform any cleanup necessary. |
+ virtual void SwappedOut(TabContents* source); |
+ |
// Request the delegate to move this tab contents to the specified position |
// in screen coordinates. |
virtual void MoveContents(TabContents* source, const gfx::Rect& pos); |