| Index: content/browser/storage_partition_impl.cc
|
| diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
|
| index 2f10ddc406f2fb453186e525f1d9876fb6ac40e8..42a5195fb805f58499d442683916ceab46688ab7 100644
|
| --- a/content/browser/storage_partition_impl.cc
|
| +++ b/content/browser/storage_partition_impl.cc
|
| @@ -233,8 +233,7 @@
|
| quota_client_mask |= storage::QuotaClient::kAppcache;
|
| if (remove_mask & StoragePartition::REMOVE_DATA_MASK_INDEXEDDB)
|
| quota_client_mask |= storage::QuotaClient::kIndexedDatabase;
|
| - if (remove_mask & StoragePartition::REMOVE_DATA_MASK_SERVICE_WORKERS)
|
| - quota_client_mask |= storage::QuotaClient::kServiceWorker;
|
| + // TODO(jsbell): StoragePartition::REMOVE_DATA_MASK_SERVICE_WORKERS)
|
|
|
| return quota_client_mask;
|
| }
|
|
|