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

Unified Diff: net/http/http_network_session.cc

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 | « net/http/http_network_session.h ('k') | net/http/http_network_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.cc
diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
index 80856419841cc3bf320648bb8b7367deb666dcb4..04eb2e5b562aa6253ac36e0417a739b7f6726643 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -28,7 +28,6 @@
#include "net/socket/client_socket_pool_manager_impl.h"
#include "net/socket/next_proto.h"
#include "net/socket/ssl_client_socket.h"
-#include "net/spdy/hpack_huffman_aggregator.h"
#include "net/spdy/spdy_session_pool.h"
namespace {
@@ -191,10 +190,6 @@ HttpNetworkSession::HttpNetworkSession(const Params& params)
}
}
- if (HpackHuffmanAggregator::UseAggregator()) {
- huffman_aggregator_.reset(new HpackHuffmanAggregator());
- }
-
http_server_properties_->SetAlternateProtocolProbabilityThreshold(
params.alternate_protocol_probability_threshold);
}
« no previous file with comments | « net/http/http_network_session.h ('k') | net/http/http_network_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698