| Index: chrome/browser/browser.h
|
| ===================================================================
|
| --- chrome/browser/browser.h (revision 14949)
|
| +++ chrome/browser/browser.h (working copy)
|
| @@ -432,6 +432,7 @@
|
| virtual void CloseFrameAfterDragSession();
|
| virtual void CreateHistoricalTab(TabContents* contents);
|
| virtual bool RunUnloadListenerBeforeClosing(TabContents* contents);
|
| + virtual bool CanCloseContentsAt(int index);
|
|
|
| // Overridden from TabStripModelObserver:
|
| virtual void TabInsertedAt(TabContents* contents,
|
|
|