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

Unified Diff: trunk/src/net/http/http_response_body_drainer_unittest.cc

Issue 485943004: Revert 290320 "Refactor pooling logic into a helper method" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 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 | « trunk/src/net/http/http_network_session.cc ('k') | trunk/src/net/quic/quic_client_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/net/http/http_response_body_drainer_unittest.cc
===================================================================
--- trunk/src/net/http/http_response_body_drainer_unittest.cc (revision 290385)
+++ trunk/src/net/http/http_response_body_drainer_unittest.cc (working copy)
@@ -16,7 +16,6 @@
#include "net/http/http_network_session.h"
#include "net/http/http_server_properties_impl.h"
#include "net/http/http_stream.h"
-#include "net/http/transport_security_state.h"
#include "net/proxy/proxy_service.h"
#include "net/ssl/ssl_config_service_defaults.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -222,7 +221,6 @@
params.proxy_service = proxy_service_.get();
params.ssl_config_service = ssl_config_service_.get();
params.http_server_properties = http_server_properties_->GetWeakPtr();
- params.transport_security_state = new TransportSecurityState();
return new HttpNetworkSession(params);
}
« no previous file with comments | « trunk/src/net/http/http_network_session.cc ('k') | trunk/src/net/quic/quic_client_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698