summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_http_stream.h
diff options
context:
space:
mode:
authormmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-30 13:18:28 +0000
committermmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-30 13:18:28 +0000
commite86df8dcc1b9ad3eb30c46d5ba6de9fe66991801 (patch)
tree4cb22ff67e8932ab768ab50167d7310cda71edb0 /net/quic/quic_http_stream.h
parent36e55397b5cf28e7e05c5f20391208009076f169 (diff)
downloadchromium_src-e86df8dcc1b9ad3eb30c46d5ba6de9fe66991801.zip
chromium_src-e86df8dcc1b9ad3eb30c46d5ba6de9fe66991801.tar.gz
chromium_src-e86df8dcc1b9ad3eb30c46d5ba6de9fe66991801.tar.bz2
Remove experimental code to pick the "warmest" socket
(based on age and bytes received) in favor of older algorithm to pick the most recently used socket. Tests showed no real performance difference, so defaulting to the older, simpler, and more intuitive algorithm. This is basically a revert of https://codereview.chromium.org/7251004 TBR=sergeyu@chromium.org BUG=222090 Review URL: https://codereview.chromium.org/12886034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191507 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/quic/quic_http_stream.h')
-rw-r--r--net/quic/quic_http_stream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/quic/quic_http_stream.h b/net/quic/quic_http_stream.h
index bda4aec3..8aa95f0 100644
--- a/net/quic/quic_http_stream.h
+++ b/net/quic/quic_http_stream.h
@@ -52,7 +52,6 @@ class NET_EXPORT_PRIVATE QuicHttpStream :
virtual void GetSSLCertRequestInfo(
SSLCertRequestInfo* cert_request_info) OVERRIDE;
virtual bool IsSpdyHttpStream() const OVERRIDE;
- virtual void LogNumRttVsBytesMetrics() const OVERRIDE {}
virtual void Drain(HttpNetworkSession* session) OVERRIDE;
// QuicReliableClientStream::Delegate implementation