| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index e296569bc5bd6d5b8859cc228edbc432d8d9ef9d..b421e4b5fb53cdc61ca6f3ab7d29156c9b56da12 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -826,6 +826,10 @@ class Browser : public TabStripModelObserver,
|
|
|
| bool ShouldHideUIForFullscreen() const;
|
|
|
| + // Returns true if we can start the shutdown sequence for the browser, i.e.
|
| + // the last browser window is being closed.
|
| + bool ShouldStartShutdown() const;
|
| +
|
| // Creates a BackgroundContents if appropriate; return true if one was
|
| // created.
|
| bool MaybeCreateBackgroundContents(
|
|
|