Index: content/browser/download/byte_stream.h |
=================================================================== |
--- content/browser/download/byte_stream.h (revision 187272) |
+++ content/browser/download/byte_stream.h (working copy) |
@@ -21,9 +21,6 @@ |
namespace content { |
-// TODO(zork): Move this class out of content/browser/download |
-// crbug.com/180833 |
-// |
// A byte stream is a pipe to transfer bytes between a source and a |
// sink, which may be on different threads. It is intended to be the |
// only connection between source and sink; they need have no |