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

Unified Diff: net/http/http_network_session.h

Issue 1017853004: Remove HpackHuffmanAggregator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | net/http/http_network_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index e46ffc9465539712d61d71f07c4871f1954d5ced..982d41e91199a2a1dbfdf2215fef4712b729bc97 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -36,7 +36,6 @@ class ClientSocketFactory;
class ClientSocketPoolManager;
class CTVerifier;
class HostResolver;
-class HpackHuffmanAggregator;
class HttpAuthHandlerFactory;
class HttpNetworkSessionPeer;
class HttpProxyClientSocketPool;
@@ -185,9 +184,6 @@ class NET_EXPORT HttpNetworkSession
NetLog* net_log() {
return net_log_;
}
- HpackHuffmanAggregator* huffman_aggregator() {
- return huffman_aggregator_.get();
- }
// Creates a Value summary of the state of the socket pools. The caller is
// responsible for deleting the returned value.
@@ -244,9 +240,6 @@ class NET_EXPORT HttpNetworkSession
scoped_ptr<HttpStreamFactory> http_stream_factory_for_websocket_;
std::set<HttpResponseBodyDrainer*> response_drainers_;
- // TODO(jgraettinger): Remove when Huffman collection is complete.
- scoped_ptr<HpackHuffmanAggregator> huffman_aggregator_;
-
NextProtoVector next_protos_;
bool enabled_protocols_[NUM_VALID_ALTERNATE_PROTOCOLS];
« no previous file with comments | « no previous file | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698