Description[Housekeeping] Move file IO to slow pool.
Both URLRequestSimpleJob and URLRequestChromeJob are potentially
dealing with memory mapped files, and so their read operations can
trigger disk I/O. Accordingly, this CL modifies both to use the
slow worker pool instead of the fast one.
BUG=none
Patch Set 1 #
Depends on Patchset: |