| 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..d781db95b9189356144773393bc38c1b8268f26a 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -353,15 +353,6 @@ void ChromeBrowserMainPartsWin::ShowMissingLocaleMessageBox() {
|
| void ChromeBrowserMainPartsWin::PostProfileInit() {
|
| ChromeBrowserMainParts::PostProfileInit();
|
|
|
| - // TODO(kulshin): remove this cleanup code in 2017. http://crbug.com/603718
|
| - // Attempt to delete the font cache and ignore any errors.
|
| - base::FilePath path(
|
| - profile()->GetPath().AppendASCII("ChromeDWriteFontCache"));
|
| - content::BrowserThread::PostAfterStartupTask(
|
| - FROM_HERE, content::BrowserThread::GetTaskRunnerForThread(
|
| - content::BrowserThread::FILE),
|
| - base::Bind(base::IgnoreResult(&base::DeleteFile), path, false));
|
| -
|
| // Create the module database and hook up the in-process module watcher. This
|
| // needs to be done before any child processes are initialized as the
|
| // ModuleDatabase is an endpoint for IPC from child processes.
|
|
|