diff options
Diffstat (limited to 'net/http/http_cache.h')
-rw-r--r-- | net/http/http_cache.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/http/http_cache.h b/net/http/http_cache.h index d85c12c..fd0c445 100644 --- a/net/http/http_cache.h +++ b/net/http/http_cache.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -35,6 +35,7 @@ class Entry; namespace net { class HostResolver; +class HttpAuthHandlerFactory; class HttpNetworkSession; class HttpRequestInfo; class HttpResponseInfo; @@ -68,6 +69,7 @@ class HttpCache : public HttpTransactionFactory, HostResolver* host_resolver, ProxyService* proxy_service, SSLConfigService* ssl_config_service, + HttpAuthHandlerFactory* http_auth_handler_factory, const FilePath& cache_dir, int cache_size); @@ -87,6 +89,7 @@ class HttpCache : public HttpTransactionFactory, HostResolver* host_resolver, ProxyService* proxy_service, SSLConfigService* ssl_config_service, + HttpAuthHandlerFactory* http_auth_handler_factory, int cache_size); // Initialize the cache from its component parts, which is useful for |