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

Issue 2176373005: [Housekeeping] Move file IO to slow pool.

Created:
4 years, 4 months ago by groby-ooo-7-16
Modified:
4 years, 4 months ago
Reviewers:
CC:
chromium-reviews, darin-cc_chromium.org, cbentzel+watch_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@urlread
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -4 lines) Patch
M content/browser/webui/url_data_manager_backend.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_simple_job.cc View 1 chunk +2 lines, -3 lines 0 comments Download

Depends on Patchset:

Powered by Google App Engine
This is Rietveld 408576698