Index: net/http/http_auth_gssapi_posix.h |
diff --git a/net/http/http_auth_gssapi_posix.h b/net/http/http_auth_gssapi_posix.h |
index ab967c96053fe3052ac8f70a199640c960da47ec..e07e230b74fb790b8358bb09d0771a943b6ab50a 100644 |
--- a/net/http/http_auth_gssapi_posix.h |
+++ b/net/http/http_auth_gssapi_posix.h |
@@ -255,7 +255,8 @@ class NET_EXPORT_PRIVATE HttpAuthGSSAPI { |
// credentials are used instead. |
int GenerateAuthToken(const AuthCredentials* credentials, |
const std::string& spn, |
- std::string* auth_token); |
+ std::string* auth_token, |
+ const CompletionCallback& callback); |
// Delegation is allowed on the Kerberos ticket. This allows certain servers |
// to act as the user, such as an IIS server retrieiving data from a |