| 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 88dcf1fa4a2458ea145d0b5b3429ffb0abed90e7..3be7f61c645da4a2da882a3fcd5c3a7440173ded 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| @@ -47,19 +47,6 @@ OffTheRecordProfileIOData::Handle::Handle(Profile* profile)
|
|
|
| OffTheRecordProfileIOData::Handle::~Handle() {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| - if (main_request_context_getter_)
|
| - main_request_context_getter_->CleanupOnUIThread();
|
| - if (extensions_request_context_getter_)
|
| - extensions_request_context_getter_->CleanupOnUIThread();
|
| -
|
| - // Clean up all isolated app request contexts.
|
| - for (ChromeURLRequestContextGetterMap::iterator iter =
|
| - app_request_context_getter_map_.begin();
|
| - iter != app_request_context_getter_map_.end();
|
| - ++iter) {
|
| - iter->second->CleanupOnUIThread();
|
| - }
|
| -
|
| io_data_->ShutdownOnUIThread();
|
| }
|
|
|
|
|