Index: content/browser/download/byte_stream.h |
diff --git a/content/browser/download/byte_stream.h b/content/browser/download/byte_stream.h |
index b8426bee163b50eb95f593db2ade6bc4eca5a7aa..d8302ec8951cbbaed05bebf0ddfd65f56313cde0 100644 |
--- a/content/browser/download/byte_stream.h |
+++ b/content/browser/download/byte_stream.h |
@@ -21,6 +21,9 @@ class SequencedTaskRunner; |
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 |