| Index: chrome/browser/ui/tabs/tab_strip_model_delegate.h
|
| diff --git a/chrome/browser/ui/tabs/tab_strip_model_delegate.h b/chrome/browser/ui/tabs/tab_strip_model_delegate.h
|
| index cc2f7d2b47fbffd752a0fd5ce718e885dce4d8fd..997a1ccba2fc48999bfd6d2850c939be00ffb0da 100644
|
| --- a/chrome/browser/ui/tabs/tab_strip_model_delegate.h
|
| +++ b/chrome/browser/ui/tabs/tab_strip_model_delegate.h
|
| @@ -104,6 +104,9 @@ class TabStripModelDelegate {
|
| virtual bool RunUnloadListenerBeforeClosing(
|
| content::WebContents* contents) = 0;
|
|
|
| + // Returns true if we should allow fast shutdown for the given WebContents.
|
| + virtual bool CanFastShutdownWebContents(content::WebContents* contents) = 0;
|
| +
|
| // Returns the current tab restore type.
|
| virtual RestoreTabType GetRestoreTabType() = 0;
|
|
|
|
|