diff options
author | ahendrickson@google.com <ahendrickson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-25 12:17:44 +0000 |
---|---|---|
committer | ahendrickson@google.com <ahendrickson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-25 12:17:44 +0000 |
commit | 1ce73ededde9015c4834d258d1b78a73ff449d1a (patch) | |
tree | 0c5aafc2b14f32f411ddb74e3b9ba9009050123f /net/net.gyp | |
parent | e25c955957145bd1b772cf1b716c102da73bc6dc (diff) | |
download | chromium_src-1ce73ededde9015c4834d258d1b78a73ff449d1a.zip chromium_src-1ce73ededde9015c4834d258d1b78a73ff449d1a.tar.gz chromium_src-1ce73ededde9015c4834d258d1b78a73ff449d1a.tar.bz2 |
HttpAuthFilterWhitelist is now getting entries from the Windows
registry, and adding them to whatever is in the command line.
Added a basic IsIntranetHost() member function to HttpNetworkTransaction.
Removed it until we figure out what to do with it.
Added unit tests.
Refactored SetFilters() to be less confusing.
Unit tests now use a dummy registry key.
BUG=29596
TEST=net_unittests.exe --gtest_filter=HttpAuthFilterTest.*
Review URL: http://codereview.chromium.org/669068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42600 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 1b66ab8..8d60977 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -318,6 +318,7 @@ 'http/http_auth_cache.h', 'http/http_auth_filter.cc', 'http/http_auth_filter.h', + 'http/http_auth_filter_win.h', 'http/http_auth_handler.cc', 'http/http_auth_handler.h', 'http/http_auth_handler_basic.cc', |