Remove the scoped tracker for FileStream::Context::Read on Windows.
commit66e7ae9b57eb5a15482c06e804cbf88c0a106ea9
authorananta <ananta@chromium.org>
Wed, 11 Feb 2015 03:12:09 +0000 (10 19:12 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 11 Feb 2015 03:13:19 +0000 (11 03:13 +0000)
tree3350c84be59ff77caec39355018e908d18b06e89
parentcaef4d1093117d862880f02b37ca6da58e13d13f
Remove the scoped tracker for FileStream::Context::Read on Windows.

The underlying bug with ReadFile causing the IO thread to block at times has been addressed by moving
the call to the worker pool.

BUG=423948

Review URL: https://codereview.chromium.org/913993002

Cr-Commit-Position: refs/heads/master@{#315720}
net/base/file_stream_context_win.cc