Index: chrome/browser/ui/tabs/test_tab_strip_model_delegate.cc |
diff --git a/chrome/browser/ui/tabs/test_tab_strip_model_delegate.cc b/chrome/browser/ui/tabs/test_tab_strip_model_delegate.cc |
index f0037a18feeac2b2a884805f32ccf097b0a5a820..8753a31d1a5a6fbcc0b67c56d639b8602d33a84f 100644 |
--- a/chrome/browser/ui/tabs/test_tab_strip_model_delegate.cc |
+++ b/chrome/browser/ui/tabs/test_tab_strip_model_delegate.cc |
@@ -50,6 +50,11 @@ void TestTabStripModelDelegate::CreateHistoricalTab( |
content::WebContents* contents) { |
} |
+bool TestTabStripModelDelegate::CanFastShutdownWebContents( |
+ content::WebContents* contents) { |
+ return true; |
+} |
+ |
bool TestTabStripModelDelegate::RunUnloadListenerBeforeClosing( |
content::WebContents* contents) { |
return true; |