summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_negotiate.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_auth_handler_negotiate.h')
-rw-r--r--net/http/http_auth_handler_negotiate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/http/http_auth_handler_negotiate.h b/net/http/http_auth_handler_negotiate.h
index a9af8d4..6f2dab8 100644
--- a/net/http/http_auth_handler_negotiate.h
+++ b/net/http/http_auth_handler_negotiate.h
@@ -55,6 +55,7 @@ class HttpAuthHandlerNegotiate : public HttpAuthHandler {
const GURL& origin,
CreateReason reason,
int digest_nonce_count,
+ const BoundNetLog& net_log,
scoped_refptr<HttpAuthHandler>* handler);
#if defined(OS_WIN)
@@ -106,8 +107,7 @@ class HttpAuthHandlerNegotiate : public HttpAuthHandler {
std::string* auth_token);
virtual int ResolveCanonicalName(HostResolver* host_resolver,
- CompletionCallback* callback,
- const BoundNetLog& net_log);
+ CompletionCallback* callback);
#if defined(OS_WIN)
// These are public for unit tests