Index: chrome/browser/profiles/off_the_record_profile_io_data.cc |
diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.cc b/chrome/browser/profiles/off_the_record_profile_io_data.cc |
index b7b022ac12bee85b84854e3ef88fd58ef6f6ee22..6b1a928cb21b4fa87073f377d5ce705cdce80449 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_io_data.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc |
@@ -201,6 +201,9 @@ void OffTheRecordProfileIOData::LazyInitializeInternal( |
main_context->transport_security_state(), |
main_context->dns_cert_checker(), |
main_context->proxy_service(), |
+ "incognito", // set a different session_cache_shard so |
+ // that we don't share an SSL session |
+ // cache with the rest of the browser. |
joth
2011/12/09 23:28:37
maybe put this in a named constant, so the detail
agl
2011/12/12 22:18:20
Done.
|
main_context->ssl_config_service(), |
main_context->http_auth_handler_factory(), |
main_context->network_delegate(), |