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

Unified Diff: chrome/browser/profiles/profile_impl_io_data.cc

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: chrome/browser/profiles/profile_impl_io_data.cc
diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc
index f614d3b6b397f7286eeca8f4c016a4e48ac8879f..4ac9eb4eb8986630139926079e547d2ec555a946 100644
--- a/chrome/browser/profiles/profile_impl_io_data.cc
+++ b/chrome/browser/profiles/profile_impl_io_data.cc
@@ -372,6 +372,8 @@ void ProfileImplIOData::LazyInitializeInternal(
main_context->transport_security_state(),
main_context->dns_cert_checker(),
main_context->proxy_service(),
+ "", // pass empty ssl_session_cache_shard to share the SSL session cache
+ // with everything that doesn't explicitly want a different one.
main_context->ssl_config_service(),
main_context->http_auth_handler_factory(),
main_context->network_delegate(),

Powered by Google App Engine
This is Rietveld 408576698