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

Unified Diff: net/spdy/spdy_proxy_client_socket_unittest.cc

Issue 1060883002: Remove the confusing request_url argument from the constructors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 5 years, 8 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/spdy/spdy_proxy_client_socket_unittest.cc
diff --git a/net/spdy/spdy_proxy_client_socket_unittest.cc b/net/spdy/spdy_proxy_client_socket_unittest.cc
index 4248f13e1206c235a57301dbc01a64e31aed5b7d..c870f18bdf703a284723436529dc27334c053d61 100644
--- a/net/spdy/spdy_proxy_client_socket_unittest.cc
+++ b/net/spdy/spdy_proxy_client_socket_unittest.cc
@@ -199,12 +199,10 @@ void SpdyProxyClientSocketTest::Initialize(MockRead* reads,
ASSERT_TRUE(spdy_stream.get() != NULL);
// Create the SpdyProxyClientSocket.
- sock_.reset(
- new SpdyProxyClientSocket(spdy_stream, user_agent_,
- endpoint_host_port_pair_, url_,
- proxy_host_port_, net_log_.bound(),
- session_->http_auth_cache(),
- session_->http_auth_handler_factory()));
+ sock_.reset(new SpdyProxyClientSocket(
+ spdy_stream, user_agent_, endpoint_host_port_pair_, proxy_host_port_,
+ net_log_.bound(), session_->http_auth_cache(),
+ session_->http_auth_handler_factory()));
}
scoped_refptr<IOBufferWithSize> SpdyProxyClientSocketTest::CreateBuffer(
« net/http/http_proxy_client_socket.cc ('K') | « net/spdy/spdy_proxy_client_socket.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698