diff options
author | wtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-13 21:37:21 +0000 |
---|---|---|
committer | wtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-13 21:37:21 +0000 |
commit | 669f1476f3c5cf464e7b82d6338ba7ae41bf8ce0 (patch) | |
tree | 319f6e3d4e70acfa143e9a28b05fafb0ec630366 /net/build/net.vcproj | |
parent | 1a14188b1eb6a595da3e2f012e9223ca2b55f590 (diff) | |
download | chromium_src-669f1476f3c5cf464e7b82d6338ba7ae41bf8ce0.zip chromium_src-669f1476f3c5cf464e7b82d6338ba7ae41bf8ce0.tar.gz chromium_src-669f1476f3c5cf464e7b82d6338ba7ae41bf8ce0.tar.bz2 |
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
Diffstat (limited to 'net/build/net.vcproj')
-rw-r--r-- | net/build/net.vcproj | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj index 275d7fd..5a71089 100644 --- a/net/build/net.vcproj +++ b/net/build/net.vcproj @@ -685,14 +685,6 @@ Name="http" > <File - RelativePath="..\http\cert_status_cache.cc" - > - </File> - <File - RelativePath="..\http\cert_status_cache.h" - > - </File> - <File RelativePath="..\http\http_atom_list.h" > </File> @@ -757,14 +749,6 @@ > </File> <File - RelativePath="..\http\http_transaction_winhttp.cc" - > - </File> - <File - RelativePath="..\http\http_transaction_winhttp.h" - > - </File> - <File RelativePath="..\http\http_util.cc" > </File> @@ -852,14 +836,6 @@ RelativePath="..\http\http_vary_data.h" > </File> - <File - RelativePath="..\http\winhttp_request_throttle.cc" - > - </File> - <File - RelativePath="..\http\winhttp_request_throttle.h" - > - </File> </Filter> <Filter Name="disk_cache" |