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

Unified Diff: net/http/http_network_transaction.h

Issue 1809001: Remove proxy_mode_ from the HttpNetworkTransaction since it... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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
« no previous file with comments | « no previous file | net/http/http_network_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_transaction.h
===================================================================
--- net/http/http_network_transaction.h (revision 45755)
+++ net/http/http_network_transaction.h (working copy)
@@ -102,13 +102,6 @@
STATE_NONE
};
- enum ProxyMode {
- kDirectConnection, // If using a direct connection
- kHTTPProxy, // If using a proxy for HTTP (not HTTPS)
- kHTTPProxyUsingTunnel, // If using a tunnel for HTTPS
- kSOCKSProxy, // If using a SOCKS proxy
- };
-
enum AlternateProtocolMode {
kUnspecified, // Unspecified, check HttpAlternateProtocols
kUsingAlternateProtocol, // Using an alternate protocol
@@ -322,7 +315,6 @@
bool logged_response_time;
bool using_ssl_; // True if handling a HTTPS request
- ProxyMode proxy_mode_;
// True while establishing a tunnel. This allows the HTTP CONNECT
// request/response to reuse the STATE_SEND_REQUEST,
« no previous file with comments | « no previous file | net/http/http_network_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698