diff options
author | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-17 10:42:15 +0000 |
---|---|---|
committer | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-17 10:42:15 +0000 |
commit | 044de06466c30b563c2e999af6d2f782d5fa73a5 (patch) | |
tree | a386f98f6ba96cb9d43676accdf9cb80a68b6a0a /net/http/http_auth.h | |
parent | 38712b1abf0cd6b2a60387e402f2b05d937a8ba5 (diff) | |
download | chromium_src-044de06466c30b563c2e999af6d2f782d5fa73a5.zip chromium_src-044de06466c30b563c2e999af6d2f782d5fa73a5.tar.gz chromium_src-044de06466c30b563c2e999af6d2f782d5fa73a5.tar.bz2 |
HttpNetworkTransaction handles asynchronous auth token generation.
BUG=21050,42222
TEST=net_unittests
Review URL: http://codereview.chromium.org/2722009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50088 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_auth.h')
-rw-r--r-- | net/http/http_auth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/http/http_auth.h b/net/http/http_auth.h index b56a1d9..bba633d 100644 --- a/net/http/http_auth.h +++ b/net/http/http_auth.h @@ -29,6 +29,7 @@ class HttpAuth { // in an array, so start from 0. AUTH_PROXY = 0, AUTH_SERVER = 1, + AUTH_NUM_TARGETS = 2, }; // Describes where the identity used for authentication came from. |