Chromium Code Reviews| Index: content/browser/streams/stream.h |
| diff --git a/content/browser/streams/stream.h b/content/browser/streams/stream.h |
| index 7c938b87c47f8ce92a4a89fea718530cd047cb8f..79130cb6d2cc14f80c93dbf4ebae6f06373c6e86 100644 |
| --- a/content/browser/streams/stream.h |
| +++ b/content/browser/streams/stream.h |
| @@ -68,6 +68,9 @@ class CONTENT_EXPORT Stream : public base::RefCountedThreadSafe<Stream> { |
| // of the data, and then passes it to |writer_|. |
| void AddData(const char* data, size_t size); |
| + // Flush contents buffered in the stream to the corresponding reader. |
|
tyoshino (SeeGerritForStatus)
2014/11/26 05:59:49
Flushes
horo
2014/11/26 06:06:29
Done.
|
| + void Flush(); |
| + |
| // Notifies this stream that it will not be receiving any more data. |
| void Finalize(); |