From 228404f535e3fcadc063c0659f1986bf8dc79995 Mon Sep 17 00:00:00 2001 From: "vandebo@chromium.org" Date: Thu, 24 Jun 2010 04:31:41 +0000 Subject: Create HttpAuthController. (again) This packages up the auth state into a single class to enable a HttpProxyClientSocket class (which is needed for SSLClientSocketPool). Fix memory leak. BUG=30357 TEST=existing unit tests Review URL: http://codereview.chromium.org/2808020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50696 0039d316-1c4b-4281-b951-d872f2087c98 --- net/net.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net/net.gyp') diff --git a/net/net.gyp b/net/net.gyp index 257825d..1ed0833 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -326,6 +326,8 @@ 'http/http_auth.h', 'http/http_auth_cache.cc', 'http/http_auth_cache.h', + 'http/http_auth_controller.cc', + 'http/http_auth_controller.h', 'http/http_auth_filter.cc', 'http/http_auth_filter.h', 'http/http_auth_filter_win.h', -- cgit v1.1