| Index: chrome/browser/browser_process_impl.cc
|
| diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
|
| index 935c0160967546c365775aa4b90581f2cc1f8f9c..7282c9df6119494e04cb7475d08075ebf061b17d 100644
|
| --- a/chrome/browser/browser_process_impl.cc
|
| +++ b/chrome/browser/browser_process_impl.cc
|
| @@ -198,13 +198,6 @@ BrowserProcessImpl::~BrowserProcessImpl() {
|
|
|
| void BrowserProcessImpl::StartTearDown() {
|
| TRACE_EVENT0("shutdown", "BrowserProcessImpl::StartTearDown");
|
| - // We need to shutdown the SdchDictionaryFetcher as it regularly holds
|
| - // a pointer to a URLFetcher, and that URLFetcher (upon destruction) will do
|
| - // a PostDelayedTask onto the IO thread. This shutdown call will both discard
|
| - // any pending URLFetchers, and avoid creating any more.
|
| - BrowserThread::PostTask(BrowserThread::IO, FROM_HERE,
|
| - base::Bind(&SdchDictionaryFetcher::Shutdown));
|
| -
|
| // We need to destroy the MetricsService, RapporService, VariationsService,
|
| // IntranetRedirectDetector, PromoResourceService, and SafeBrowsing
|
| // ClientSideDetectionService (owned by the SafeBrowsingService) before the
|
|
|