Comment #3 on issue 24629 by [email protected]: Incognito mode shares host cache with regular mode http://code.google.com/p/chromium/issues/detail?id=24629
The other thing I need to figure out is how to not break the DNS prefetcher in doing this. Right now the prefetcher registers an observer on the global host resolver. That code would need be on the lookout for incognito contexts so it can attach to the incognito-specific resolver. @laforge: With respect to performance: Yes, you would potentially lose some cached items. However it shouldn't be too bad since they may still be warm in the operating system's cache. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
