diff options
Diffstat (limited to 'storage/browser/quota/quota_client.h')
-rw-r--r-- | storage/browser/quota/quota_client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/browser/quota/quota_client.h b/storage/browser/quota/quota_client.h index 5fb3c89..8a6a294 100644 --- a/storage/browser/quota/quota_client.h +++ b/storage/browser/quota/quota_client.h @@ -35,7 +35,6 @@ class STORAGE_EXPORT QuotaClient { kDatabase = 1 << 2, kAppcache = 1 << 3, kIndexedDatabase = 1 << 4, - kServiceWorker = 1 << 5, kAllClientsMask = -1, }; |