Explain the reason why we don't have thread check in destructor of ByteStreamReader...
commitf9feef3e16ca7e95cbd0e1a1586ed443f5686b42
authortyoshino@chromium.org <tyoshino@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 14 Mar 2014 19:14:42 +0000 (14 19:14 +0000)
committertyoshino@chromium.org <tyoshino@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 14 Mar 2014 19:14:42 +0000 (14 19:14 +0000)
tree635cb572806c5943634c52e4ce1067e077ac8a02
parent1a29357b3d468e5136c596f7ee92660b40968f4b
Explain the reason why we don't have thread check in destructor of ByteStreamReader/Writer.

They can be deleted before being used and it's safe to do so.

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257173 0039d316-1c4b-4281-b951-d872f2087c98
content/browser/byte_stream.cc
content/browser/download/download_resource_handler.cc