Revert 57333 - Add support for speaking SSL to an HTTP Proxy, to
HttpProxyClientSocketPool (and friends)

Reverting due to heapcheck issues:
  http://build.chromium.org/buildbot/memory/builders/Linux%20Heapcheck/builds/7039/steps/heapcheck%20test:%20net/logs/stdio

Suppression:
{
   <insert_a_suppression_name_here>
   Heapcheck:Leak
   fun:RefCountedBase
   fun:RefCounted
   fun:TCPSocketParams
   fun:net::HttpStreamRequest::DoInitConnection
   fun:net::HttpStreamRequest::DoLoop
   fun:net::HttpStreamRequest::RunLoop
   fun:net::HttpStreamRequest::Start
   fun:net::HttpStreamFactory::RequestStream
   fun:net::HttpNetworkTransaction::DoInitStream
   fun:net::HttpNetworkTransaction::DoLoop
   fun:net::HttpNetworkTransaction::RestartIgnoringLastError
   fun:net::HttpNetworkTransactionTest_HTTPSBadCertificateViaHttpsProxy_Test::TestBody
   fun:testing::Test::Run
   fun:testing::internal::TestInfoImpl::Run
   fun:testing::TestCase::Run
   fun:testing::internal::UnitTestImpl::RunAllTests
   fun:testing::UnitTest::Run
   fun:base::TestSuite::Run
   fun:main
   fun:__libc_start_main
}


More information about an HTTPS Proxy can be found here:

http://dev.chromium.org/spdy/spdy-proxy

This implementation supports both http:// and https:// requests,
as well as support for both Proxy and Server auth.

BUG=29625
TEST=none

Review URL: http://codereview.chromium.org/3110006

TBR=rch@chromium.org
Review URL: http://codereview.chromium.org/3134034

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57335 0039d316-1c4b-4281-b951-d872f2087c98
13 files changed