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

Unified Diff: chrome/browser/browser_list.cc

Issue 1520006: Mac: reform our shutdown routine. (Closed)
Patch Set: changed comment Created 10 years, 8 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_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_list.cc
diff --git a/chrome/browser/browser_list.cc b/chrome/browser/browser_list.cc
index ec7865d1443ab2808e60a0e714afaaf4adffa03c..94b0c6bce9ef272cc5c4134e2260f90145d60903 100644
--- a/chrome/browser/browser_list.cc
+++ b/chrome/browser/browser_list.cc
@@ -253,8 +253,8 @@ void BrowserList::CloseAllBrowsersAndExit() {
CloseAllBrowsers(true);
#else
// On the Mac, the application continues to run once all windows are closed.
- // Terminate will result in a CloseAllBrowsers(true) call, and additionally,
- // will cause the application to exit cleanly.
+ // Terminate will result in a CloseAllBrowsers(true) call, and once (and if)
+ // that is done, will cause the application to exit cleanly.
chrome_browser_application_mac::Terminate();
#endif
}
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/browser_list_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698