Index: net/http/http_auth_sspi_win.cc |
diff --git a/net/http/http_auth_sspi_win.cc b/net/http/http_auth_sspi_win.cc |
index c935d33a7c2e8b570a6305a6fb750f4180cc4226..f7c697ab5c29dcc5319d9861b91c4861ccce1d97 100644 |
--- a/net/http/http_auth_sspi_win.cc |
+++ b/net/http/http_auth_sspi_win.cc |
@@ -312,7 +312,8 @@ HttpAuth::AuthorizationResult HttpAuthSSPI::ParseChallenge( |
int HttpAuthSSPI::GenerateAuthToken(const AuthCredentials* credentials, |
const std::string& spn, |
- std::string* auth_token) { |
+ std::string* auth_token, |
+ const CompletionCallback& /*callback*/) { |
// Initial challenge. |
if (!SecIsValidHandle(&cred_)) { |
int rv = OnFirstRound(credentials); |