diff options
author | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-08 23:46:54 +0000 |
---|---|---|
committer | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-08 23:46:54 +0000 |
commit | c52e6087c9079a016fcf43ef2ba9ca64a0558488 (patch) | |
tree | 0c12400b20edc7f64b48452f82b0e0ceb23837d5 /net/http/http_auth_gssapi_posix.h | |
parent | 28f964305c178006b7b73792b5f62ce16da24f10 (diff) | |
download | chromium_src-c52e6087c9079a016fcf43ef2ba9ca64a0558488.zip chromium_src-c52e6087c9079a016fcf43ef2ba9ca64a0558488.tar.gz chromium_src-c52e6087c9079a016fcf43ef2ba9ca64a0558488.tar.bz2 |
Improved error reporting for GSSAPI statuses.
Also, remove the OnFirstRound carried over from the SSPI implementation.
BUG=53850
TEST=None
Review URL: http://codereview.chromium.org/3345007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58895 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_auth_gssapi_posix.h')
-rw-r--r-- | net/http/http_auth_gssapi_posix.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/http/http_auth_gssapi_posix.h b/net/http/http_auth_gssapi_posix.h index 4dddddb..7f6610e 100644 --- a/net/http/http_auth_gssapi_posix.h +++ b/net/http/http_auth_gssapi_posix.h @@ -246,15 +246,11 @@ class HttpAuthGSSAPI { void Delegate(); private: - int OnFirstRound(const string16* username, - const string16* password); int GetNextSecurityToken(const std::wstring& spn, gss_buffer_t in_token, gss_buffer_t out_token); std::string scheme_; - string16 username_; - string16 password_; gss_OID gss_oid_; GSSAPILibrary* library_; std::string decoded_server_auth_token_; |