summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_network_session.h')
-rw-r--r--net/http/http_network_session.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index 98baae1..b1c269d 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -103,12 +103,6 @@ class HttpNetworkSession : public base::RefCounted<HttpNetworkSession>,
static void set_max_sockets_per_group(int socket_count);
- static uint16 fixed_http_port();
- static void set_fixed_http_port(uint16 port);
-
- static uint16 fixed_https_port();
- static void set_fixed_https_port(uint16 port);
-
#ifdef UNIT_TEST
void FlushSocketPools() {
if (ssl_socket_pool_.get())