summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorvandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-24 04:31:41 +0000
committervandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-24 04:31:41 +0000
commit228404f535e3fcadc063c0659f1986bf8dc79995 (patch)
tree4f15241d376f4a7912fa26653abbc0af82a27e53 /net/net.gyp
parent1152c8fb437bafa8c1f34da72ec088cf7ebbedd3 (diff)
downloadchromium_src-228404f535e3fcadc063c0659f1986bf8dc79995.zip
chromium_src-228404f535e3fcadc063c0659f1986bf8dc79995.tar.gz
chromium_src-228404f535e3fcadc063c0659f1986bf8dc79995.tar.bz2
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
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp2
1 files changed, 2 insertions, 0 deletions
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',