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

Unified Diff: net/http/http_stream.h

Issue 6990036: Deciding best connection to schedule requests on based on cwnd and idle time (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 6 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_stream.h
===================================================================
--- net/http/http_stream.h (revision 86260)
+++ net/http/http_stream.h (working copy)
@@ -135,6 +135,8 @@
// the HttpStream implementation. This is just a quick hack.
virtual bool IsSpdyHttpStream() const = 0;
+ virtual void LogRttVsBytesMetrics() const = 0;
wtc 2011/06/06 17:24:05 Please document this method. I guess you can copy
Gagan 2011/06/06 20:27:10 Done.
+
private:
DISALLOW_COPY_AND_ASSIGN(HttpStream);
};

Powered by Google App Engine
This is Rietveld 408576698