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

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..8b5a0c68e3bed1402c6e84fadd8be2e32764e426 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& session_cache_shard,
wtc 2011/12/10 01:22:37 Please name this parameter ssl_session_cache_shard
agl 2011/12/12 22:18:20 Done.
SSLConfigService* ssl_config_service,
HttpAuthHandlerFactory* http_auth_handler_factory,
NetworkDelegate* network_delegate,

Powered by Google App Engine
This is Rietveld 408576698