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

Unified Diff: chrome/browser/chrome_browser_main_win.cc

Issue 2133083002: Remove all remaining traces of MessageLoopProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/chrome_browser_main.cc ('k') | chrome/browser/chrome_device_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_win.cc
diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc
index 4ce60eba8c586babd81549f63c81b5d6241fdcbd..fc8dfe7b7b6e7f86c2fcebb303ba005bbfe1ce14 100644
--- a/chrome/browser/chrome_browser_main_win.cc
+++ b/chrome/browser/chrome_browser_main_win.cc
@@ -318,7 +318,7 @@ void ChromeBrowserMainPartsWin::PostProfileInit() {
base::FilePath path(
profile()->GetPath().AppendASCII("ChromeDWriteFontCache"));
content::BrowserThread::PostAfterStartupTask(
- FROM_HERE, content::BrowserThread::GetMessageLoopProxyForThread(
+ FROM_HERE, content::BrowserThread::GetTaskRunnerForThread(
content::BrowserThread::FILE),
base::Bind(base::IgnoreResult(&base::DeleteFile), path, false));
}
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/chrome_device_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698