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

Unified Diff: chrome/browser/ui/cocoa/browser_window_cocoa.mm

Issue 14307023: chrome: Use base::MessageLoop. (Part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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/ui/cocoa/browser_window_cocoa.mm
diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.mm b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
index 7889fae1ec0da16c933ebf0cd89c32d32d164cec..65c506b202cf785a843a1ad508658b415d678f2f 100644
--- a/chrome/browser/ui/cocoa/browser_window_cocoa.mm
+++ b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
@@ -526,7 +526,7 @@ DownloadShelf* BrowserWindowCocoa::GetDownloadShelf() {
void BrowserWindowCocoa::ConfirmBrowserCloseWithPendingDownloads() {
// Call InProgressDownloadResponse asynchronously to avoid a crash when the
// browser window is closed here (http://crbug.com/44454).
- MessageLoop::current()->PostTask(FROM_HERE,
+ base::MessageLoop::current()->PostTask(FROM_HERE,
base::Bind(&Browser::InProgressDownloadResponse,
confirm_close_factory_.GetWeakPtr(), true));
}
« no previous file with comments | « chrome/browser/ui/cocoa/bookmarks/bookmark_drag_drop_cocoa.mm ('k') | chrome/browser/ui/cocoa/cocoa_profile_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698