| Index: content/browser/storage_partition_impl.h
|
| diff --git a/content/browser/storage_partition_impl.h b/content/browser/storage_partition_impl.h
|
| index 9ca0293c7bcf3e795dcdcd677ac87d6952788acd..10863139d39c738ccc8291c3e1b11fbdcb37673d 100644
|
| --- a/content/browser/storage_partition_impl.h
|
| +++ b/content/browser/storage_partition_impl.h
|
| @@ -34,6 +34,9 @@ class CONTENT_EXPORT StoragePartitionImpl
|
| : public StoragePartition,
|
| public NON_EXPORTED_BASE(mojom::StoragePartitionService) {
|
| public:
|
| + // It is guaranteed that storage partitions are destructed before the
|
| + // browser context starts shutting down its corresponding IO thread residents
|
| + // (e.g. resource context).
|
| ~StoragePartitionImpl() override;
|
|
|
| // Quota managed data uses a different bitmask for types than
|
|
|