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 4dbb4422c609476db092d6fd3dde2b0349cb3643..b4f728185a05974859d4ecd6fa0ea817794e537e 100644 |
--- a/net/socket/socks_client_socket_pool.cc |
+++ b/net/socket/socks_client_socket_pool.cc |
@@ -30,10 +30,6 @@ SOCKSSocketParams::SOCKSSocketParams( |
ignore_limits_ = transport_params_->ignore_limits(); |
else |
ignore_limits_ = false; |
- // The referrer is used by the DNS prefetch system to correlate resolutions |
- // with the page that triggered them. It doesn't impact the actual addresses |
- // that we resolve to. |
- destination_.set_referrer(referrer); |
destination_.set_priority(priority); |
} |