| Index: chrome/browser/net/dns_global.h
|
| diff --git a/chrome/browser/net/dns_global.h b/chrome/browser/net/dns_global.h
|
| index 80cf6ff9b7820bd635b25b1783c7d43fa7ab3857..b7b1d5e6e00e78034a1cc3d0d7e685e5c6884db3 100644
|
| --- a/chrome/browser/net/dns_global.h
|
| +++ b/chrome/browser/net/dns_global.h
|
| @@ -23,8 +23,9 @@ namespace chrome_browser_net {
|
| // functions.
|
| void InitDnsPrefetch(PrefService* user_prefs);
|
|
|
| -// Cancel pending lookup requests and don't make new ones.
|
| -void ShutdownDnsPrefetch();
|
| +// Cancel pending lookup requests and don't make new ones. Does nothing
|
| +// if dns prefetching has not been initialized (to simplify its usage).
|
| +void EnsureDnsPrefetchShutdown();
|
|
|
| // Free all resources allocated by InitDnsPrefetch. After that you must not call
|
| // any function from this file.
|
|
|