Chromium Code Reviews| Index: net/http/http_auth_sspi_win.h |
| diff --git a/net/http/http_auth_sspi_win.h b/net/http/http_auth_sspi_win.h |
| index 1a6e0af0864531f3cd515fc1082d2254d58f6107..b3ef3c9581ff23057492ae52d4eded9531b4b13c 100644 |
| --- a/net/http/http_auth_sspi_win.h |
| +++ b/net/http/http_auth_sspi_win.h |
| @@ -132,6 +132,8 @@ class NET_EXPORT_PRIVATE HttpAuthSSPI { |
| bool NeedsIdentity() const; |
| + bool AllowsExplicitCredentials() const; |
| + |
| HttpAuth::AuthorizationResult ParseChallenge( |
| HttpAuth::ChallengeTokenizer* tok); |