Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index 7f851351abc0f36fe118305b0567dc71a551a7f1..b886ae79abd383f5bb8c6975a23fe84434f3ff9b 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -394,6 +394,9 @@ class Browser : public TabStripModelObserver, |
///////////////////////////////////////////////////////////////////////////// |
+ // Returns true if we should allow fast shutdown for the given WebContents. |
+ static bool CanFastShutdownWebContents(content::WebContents* contents); |
+ |
// Helper function to run unload listeners on a WebContents. |
static bool RunUnloadEventsHelper(content::WebContents* contents); |