| Index: chrome/browser/browser.h
|
| ===================================================================
|
| --- chrome/browser/browser.h (revision 55416)
|
| +++ chrome/browser/browser.h (working copy)
|
| @@ -278,6 +278,10 @@
|
| // Gives beforeunload handlers the chance to cancel the close.
|
| bool ShouldCloseWindow();
|
|
|
| + bool IsAttemptingToCloseBrowser() const {
|
| + return is_attempting_to_close_browser_;
|
| + }
|
| +
|
| // Invoked when the window containing us is closing. Performs the necessary
|
| // cleanup.
|
| void OnWindowClosing();
|
|
|