| Index: content/browser/storage_partition_impl.cc
|
| diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
|
| index dbea3089dcedd5db9aadf7a77f1ca91fa4c4a054..21664ce9c96d56b71dd8a425e5c4aa90212fe57f 100644
|
| --- a/content/browser/storage_partition_impl.cc
|
| +++ b/content/browser/storage_partition_impl.cc
|
| @@ -21,6 +21,7 @@
|
| #include "content/browser/fileapi/browser_file_system_helper.h"
|
| #include "content/browser/gpu/shader_cache_factory.h"
|
| #include "content/browser/notifications/platform_notification_context_impl.h"
|
| +#include "content/browser/renderer_host/render_process_host_impl.h"
|
| #include "content/common/dom_storage/dom_storage_types.h"
|
| #include "content/public/browser/browser_context.h"
|
| #include "content/public/browser/browser_thread.h"
|
| @@ -400,6 +401,8 @@ StoragePartitionImpl::~StoragePartitionImpl() {
|
| base::Bind(&storage::DatabaseTracker::Shutdown, GetDatabaseTracker()));
|
| }
|
|
|
| + RenderProcessHostImpl::OnStorageParitionShutdown(this);
|
| +
|
| if (GetFileSystemContext())
|
| GetFileSystemContext()->Shutdown();
|
|
|
|
|