| Index: chrome/browser/profiles/profile_impl_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc
|
| index f439146b3df176910d4f0f5bdc7206a5b3db837f..ffe98e7cf3699617681a0a00f6f9f8d93ad6b0d8 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.cc
|
| @@ -245,6 +245,8 @@ ProfileImplIOData::ProfileImplIOData()
|
| : ProfileIOData(false),
|
| clear_local_state_on_exit_(false) {}
|
| ProfileImplIOData::~ProfileImplIOData() {
|
| + DestroyResourceContext();
|
| +
|
| if (media_request_context_)
|
| media_request_context_->AssertNoURLRequests();
|
| }
|
|
|