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

Unified Diff: chrome/browser/browser_list.h

Issue 269048: SIGTERM should cause the application to exit on the Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 2 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
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/browser_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_list.h
===================================================================
--- chrome/browser/browser_list.h (revision 28692)
+++ chrome/browser/browser_list.h (working copy)
@@ -78,6 +78,12 @@
// the session. use_post should only be false when invoked from end session.
static void CloseAllBrowsers(bool use_post);
+ // Closes all browsers and exits. This is equivalent to
+ // CloseAllBrowsers(true) on platforms where the application exits when no
+ // more windows are remaining. On other platforms (the Mac), this will
+ // additionally exit the application.
+ static void CloseAllBrowsersAndExit();
+
// Begins shutdown of the application when the Windows session is ending.
static void WindowsSessionEnding();
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/browser_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698