Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Unified Diff: chrome/browser/browser.h

Issue 3046042: Added AppleScript support (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « chrome/browser/bookmarks/bookmark_model.h ('k') | chrome/browser/cocoa/applescript/bookmark_applescript_utils_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698