New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 603718 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: May 2017
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

Remove code to delete the direct write font cache file

Project Member Reported by kulshin@chromium.org, Apr 14 2016

Issue description

Sometime in the future, once we are confident that the font cache file has been deleted on nearly all machines, remove code to delete the direct write font cache file.
 
Status: Fixed (was: Assigned)
Code removed by https://codereview.chromium.org/2906103002/

This code was posting the file deletion to the FILE task runner instead of the profile's IO task runner, and because of that, some browser tests that created profiles were flaky.

Since we don't need that cleanup anymore, we decided to remove the code instead of fixing it.

More details: https://bugs.chromium.org/p/chromium/issues/detail?id=728144

Sign in to add a comment