summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_buffer.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix a NULL check typo in DownloadBuffer.thestig@chromium.org2011-12-221-1/+1
| | | | | | | | | | CID=101516,101809 BUG=none TEST=none Review URL: http://codereview.chromium.org/9005019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115521 0039d316-1c4b-4281-b951-d872f2087c98
* DownloadBuffer is used in two different ways, only one of which is used ↵ahendrickson@chromium.org2011-10-211-0/+71
across threads. This CL splits a ContentVector typedef from the DownloadBuffer class. DownloadBuffer is also made RefCountedThreadSafe. BUG=None TEST=None Review URL: http://codereview.chromium.org/8036038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106640 0039d316-1c4b-4281-b951-d872f2087c98