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

Unified Diff: net/http/http_network_session.h

Issue 3041019: Remove --testing-fixed-http-port and --testing-fixed-https-port. (Closed)
Patch Set: Remove use of --testing-fixed-http-port and --testing-fixed-https-port Created 10 years, 5 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 | « chrome/common/chrome_switches.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index de57eba626874d39f41314a1c865a1ad5a1af60d..23dea0ac09accd75e7f3eec78af8e5d6a8b1b885 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -102,12 +102,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())
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698