Index: chrome/browser/browser_main.cc |
=================================================================== |
--- chrome/browser/browser_main.cc (revision 35853) |
+++ chrome/browser/browser_main.cc (working copy) |
@@ -762,8 +762,9 @@ |
// testing against a bunch of special cases that are taken care early on. |
PrepareRestartOnCrashEnviroment(parsed_command_line); |
- // Initialize and maintain DNS prefetcher module. |
- chrome_browser_net::DnsPrefetcherInit dns_prefetch(user_prefs, local_state); |
+ // Initialize and maintain DNS prefetcher module. Also registers an observer |
+ // to clear the host cache when closing incognito mode |
jar (doing other things)
2010/01/09 02:16:29
nit: period at end of sentence.
|
+ chrome_browser_net::DnsGlobalInit dns_prefetch(user_prefs, local_state); |
scoped_refptr<FieldTrial> socket_late_binding_trial = |
new FieldTrial("SocketLateBinding", 100); |