| Index: net/socket/socks_client_socket_pool.cc
|
| diff --git a/net/socket/socks_client_socket_pool.cc b/net/socket/socks_client_socket_pool.cc
|
| index aa0373dedb0bdab9f3258ef6e05cbc91c317aae3..7f1967b3d5b7fc5382bdd3614c32fe1b0b96b753 100644
|
| --- a/net/socket/socks_client_socket_pool.cc
|
| +++ b/net/socket/socks_client_socket_pool.cc
|
| @@ -6,7 +6,6 @@
|
|
|
| #include "base/time.h"
|
| #include "base/values.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "net/base/net_errors.h"
|
| #include "net/socket/client_socket_factory.h"
|
| #include "net/socket/client_socket_handle.h"
|
| @@ -17,13 +16,11 @@
|
|
|
| namespace net {
|
|
|
| -// TODO(szym): remove unneeded referrer
|
| SOCKSSocketParams::SOCKSSocketParams(
|
| const scoped_refptr<TransportSocketParams>& proxy_server,
|
| bool socks_v5,
|
| const HostPortPair& host_port_pair,
|
| - RequestPriority priority,
|
| - const GURL& referrer)
|
| + RequestPriority priority)
|
| : transport_params_(proxy_server),
|
| destination_(host_port_pair),
|
| socks_v5_(socks_v5) {
|
|
|