| Index: chrome/browser/gtk/tab_contents_container_gtk.h
 | 
| ===================================================================
 | 
| --- chrome/browser/gtk/tab_contents_container_gtk.h	(revision 16301)
 | 
| +++ chrome/browser/gtk/tab_contents_container_gtk.h	(working copy)
 | 
| @@ -25,6 +25,9 @@
 | 
|    void SetTabContents(TabContents* tab_contents);
 | 
|    TabContents* GetTabContents() const { return tab_contents_; }
 | 
|  
 | 
| +  // Remove the tab from the hierarchy.
 | 
| +  void DetachTabContents(TabContents* tab_contents);
 | 
| +
 | 
|    // NotificationObserver implementation.
 | 
|    virtual void Observe(NotificationType type,
 | 
|                         const NotificationSource& source,
 | 
| 
 |