From 669f1476f3c5cf464e7b82d6338ba7ae41bf8ce0 Mon Sep 17 00:00:00 2001 From: "wtc@google.com" Date: Tue, 13 Jan 2009 21:37:21 +0000 Subject: Remove HttpTransactionWinHttp and the --winhttp command-line switch. Remove WinHttpThrottle and CertStatusCache, which are only used by HttpTransactionWinHttp. Fix nits reported by cpplint.py. R=eroman,darin BUG=6323 Review URL: http://codereview.chromium.org/17635 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7970 0039d316-1c4b-4281-b951-d872f2087c98 --- net/proxy/proxy_service.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'net/proxy') diff --git a/net/proxy/proxy_service.cc b/net/proxy/proxy_service.cc index 7f51f52..06141f6 100644 --- a/net/proxy/proxy_service.cc +++ b/net/proxy/proxy_service.cc @@ -19,7 +19,6 @@ #include "net/base/net_errors.h" #include "net/proxy/proxy_config_service_fixed.h" #if defined(OS_WIN) -#include "net/http/http_transaction_winhttp.h" #include "net/proxy/proxy_config_service_win.h" #include "net/proxy/proxy_resolver_winhttp.h" #elif defined(OS_MACOSX) -- cgit v1.1