Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(330)

Unified Diff: net/http/http_cache.h

Issue 8857002: net: split the SSL session cache between incognito and normal. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/http/http_cache.h
diff --git a/net/http/http_cache.h b/net/http/http_cache.h
index 0e12443ec30da4b8daf48d93aea3ebf8bebd2baa..62c466857c0a2ae3a28a4a8e37011c26fff44ad4 100644
--- a/net/http/http_cache.h
+++ b/net/http/http_cache.h
@@ -126,6 +126,7 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory,
TransportSecurityState* transport_security_state,
DnsCertProvenanceChecker* dns_cert_checker,
ProxyService* proxy_service,
+ const std::string& ssl_session_cache_shard,
SSLConfigService* ssl_config_service,
HttpAuthHandlerFactory* http_auth_handler_factory,
NetworkDelegate* network_delegate,

Powered by Google App Engine
This is Rietveld 408576698