Index: chrome/browser/ui/browser_tab_strip_model_delegate.h |
diff --git a/chrome/browser/ui/browser_tab_strip_model_delegate.h b/chrome/browser/ui/browser_tab_strip_model_delegate.h |
index 405c01f5ef7b90849e348348bea2ce05abb2228b..80ba8391a421f3cafe8f873af664b4265780267c 100644 |
--- a/chrome/browser/ui/browser_tab_strip_model_delegate.h |
+++ b/chrome/browser/ui/browser_tab_strip_model_delegate.h |
@@ -32,6 +32,8 @@ class BrowserTabStripModelDelegate : public TabStripModelDelegate { |
virtual void CreateHistoricalTab(content::WebContents* contents) OVERRIDE; |
virtual bool RunUnloadListenerBeforeClosing( |
content::WebContents* contents) OVERRIDE; |
+ virtual bool ShouldRunUnloadListenerBeforeClosing( |
+ content::WebContents* contents) OVERRIDE; |
virtual bool CanBookmarkAllTabs() const OVERRIDE; |
virtual void BookmarkAllTabs() OVERRIDE; |
virtual RestoreTabType GetRestoreTabType() OVERRIDE; |