| Index: content/browser/storage_partition_impl.cc
|
| diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
|
| index 41ea89e0e514b885b5adcd6574303a3d732a9b65..8fba715caaee8a2c367ed3c0ce561ad9a0074f7b 100644
|
| --- a/content/browser/storage_partition_impl.cc
|
| +++ b/content/browser/storage_partition_impl.cc
|
| @@ -200,36 +200,6 @@ void ClearSessionStorageOnUIThread(
|
|
|
| } // namespace
|
|
|
| -// static
|
| -STATIC_CONST_MEMBER_DEFINITION const uint32
|
| - StoragePartition::REMOVE_DATA_MASK_APPCACHE;
|
| -STATIC_CONST_MEMBER_DEFINITION const uint32
|
| - StoragePartition::REMOVE_DATA_MASK_COOKIES;
|
| -STATIC_CONST_MEMBER_DEFINITION const uint32
|
| - StoragePartition::REMOVE_DATA_MASK_FILE_SYSTEMS;
|
| -STATIC_CONST_MEMBER_DEFINITION const uint32
|
| - StoragePartition::REMOVE_DATA_MASK_INDEXEDDB;
|
| -STATIC_CONST_MEMBER_DEFINITION const uint32
|
| - StoragePartition::REMOVE_DATA_MASK_LOCAL_STORAGE;
|
| -STATIC_CONST_MEMBER_DEFINITION const uint32
|
| - StoragePartition::REMOVE_DATA_MASK_SERVICE_WORKERS;
|
| -STATIC_CONST_MEMBER_DEFINITION const uint32
|
| - StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE;
|
| -STATIC_CONST_MEMBER_DEFINITION const uint32
|
| - StoragePartition::REMOVE_DATA_MASK_WEBSQL;
|
| -STATIC_CONST_MEMBER_DEFINITION const uint32
|
| - StoragePartition::REMOVE_DATA_MASK_WEBRTC_IDENTITY;
|
| -STATIC_CONST_MEMBER_DEFINITION const uint32
|
| - StoragePartition::REMOVE_DATA_MASK_ALL;
|
| -STATIC_CONST_MEMBER_DEFINITION const uint32
|
| - StoragePartition::QUOTA_MANAGED_STORAGE_MASK_TEMPORARY;
|
| -STATIC_CONST_MEMBER_DEFINITION const uint32
|
| - StoragePartition::QUOTA_MANAGED_STORAGE_MASK_PERSISTENT;
|
| -STATIC_CONST_MEMBER_DEFINITION const uint32
|
| - StoragePartition::QUOTA_MANAGED_STORAGE_MASK_SYNCABLE;
|
| -STATIC_CONST_MEMBER_DEFINITION const uint32
|
| - StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL;
|
| -
|
| // Static.
|
| int StoragePartitionImpl::GenerateQuotaClientMask(uint32 remove_mask) {
|
| int quota_client_mask = 0;
|
|
|