Chromium Code Reviews| 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 ea0e3a4cbfdb197e43788f01c10215580ff43d95..09ab8b42e327c59fff957b3f0e2bb44d850e9eca 100644 |
| --- a/chrome/browser/chrome_browser_main_win.cc |
| +++ b/chrome/browser/chrome_browser_main_win.cc |
| @@ -358,8 +358,7 @@ void ChromeBrowserMainPartsWin::PostProfileInit() { |
| base::FilePath path( |
| profile()->GetPath().AppendASCII("ChromeDWriteFontCache")); |
| content::BrowserThread::PostAfterStartupTask( |
| - FROM_HERE, content::BrowserThread::GetTaskRunnerForThread( |
| - content::BrowserThread::FILE), |
|
gab
2017/05/31 14:55:01
Surprised that using the FILE thread would have ma
ftirelo
2017/05/31 15:33:56
Acknowledged.
|
| + FROM_HERE, profile()->GetIOTaskRunner(), |
| base::Bind(base::IgnoreResult(&base::DeleteFile), path, false)); |
| // Create the module database and hook up the in-process module watcher. This |