Chromium Code Reviews

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: Fix trybot issues Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: net/http/http_basic_stream.h
diff --git a/net/http/http_basic_stream.h b/net/http/http_basic_stream.h
index 3b38b93f8aa2c524c92a17a9e10218582e9b9456..80245768069076cb990f22a9a3a719791cbd6331 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