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

Unified Diff: chrome/browser/chrome_browser_main_win.cc

Issue 2913173002: Remove font cache deletion code (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | 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 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698