Chromium Code Reviews| Index: content/browser/storage_partition_impl.cc |
| =================================================================== |
| --- content/browser/storage_partition_impl.cc (revision 218648) |
| +++ content/browser/storage_partition_impl.cc (working copy) |
| @@ -305,6 +305,9 @@ |
| GetDatabaseTracker())); |
| } |
| + if (GetFileSystemContext()) |
| + GetFileSystemContext()->Shutdown(); |
| + |
| if (GetDOMStorageContext()) |
| GetDOMStorageContext()->Shutdown(); |
| } |