| 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..ba905c13c3ca164de1557b80564a35b597104a9f 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 CanFastShutdownWebContents(
|
| + content::WebContents* contents) OVERRIDE;
|
| virtual bool CanBookmarkAllTabs() const OVERRIDE;
|
| virtual void BookmarkAllTabs() OVERRIDE;
|
| virtual RestoreTabType GetRestoreTabType() OVERRIDE;
|
|
|