diff options
Diffstat (limited to 'net/http/http_auth.h')
-rw-r--r-- | net/http/http_auth.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/http/http_auth.h b/net/http/http_auth.h index faa5e93..dd1d2df 100644 --- a/net/http/http_auth.h +++ b/net/http/http_auth.h @@ -11,6 +11,7 @@ template <class T> class scoped_refptr; namespace net { +class BoundNetLog; class HttpAuthHandler; class HttpAuthHandlerFactory; class HttpResponseHeaders; @@ -93,6 +94,7 @@ class HttpAuth { const HttpResponseHeaders* headers, Target target, const GURL& origin, + const BoundNetLog& net_log, scoped_refptr<HttpAuthHandler>* handler); // ChallengeTokenizer breaks up a challenge string into the the auth scheme |