Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(419)

Unified Diff: content/browser/streams/stream.h

Issue 18284005: Make ByteStream independent from DownloadInterruptReason (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rdsmith's comments Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/download/download_resource_handler.cc ('k') | content/browser/streams/stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/streams/stream.h
diff --git a/content/browser/streams/stream.h b/content/browser/streams/stream.h
index 4dd852f1a43ad8d7912b338e98ca3725c58935df..ec58e299788f8dbd85a88b9232a9089c3e2ea7e3 100644
--- a/content/browser/streams/stream.h
+++ b/content/browser/streams/stream.h
@@ -94,8 +94,8 @@ class CONTENT_EXPORT Stream : public base::RefCountedThreadSafe<Stream> {
scoped_refptr<net::IOBuffer> data_;
size_t data_length_;
- scoped_ptr<ByteStreamWriter> writer_;
- scoped_ptr<ByteStreamReader> reader_;
+ scoped_ptr<ByteStreamWriter<bool> > writer_;
+ scoped_ptr<ByteStreamReader<bool> > reader_;
StreamRegistry* registry_;
StreamReadObserver* read_observer_;
« no previous file with comments | « content/browser/download/download_resource_handler.cc ('k') | content/browser/streams/stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698