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

Unified Diff: net/http/http_basic_stream.h

Issue 7289006: Basic HTTP pipelining support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Better Close() handling and tests Created 9 years, 4 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
Index: net/http/http_basic_stream.h
diff --git a/net/http/http_basic_stream.h b/net/http/http_basic_stream.h
index 303d68f28bed4a5485c7620b11a0dea433688f4c..86a9de3ceb258753b1f1b91452bf9745a1b5ab66 100644
--- a/net/http/http_basic_stream.h
+++ b/net/http/http_basic_stream.h
@@ -83,6 +83,8 @@ class HttpBasicStream : public HttpStream {
virtual void LogNumRttVsBytesMetrics() const OVERRIDE;
+ virtual void Drain(HttpNetworkSession* session) OVERRIDE;
+
private:
scoped_refptr<GrowableIOBuffer> read_buf_;

Powered by Google App Engine
This is Rietveld 408576698