summaryrefslogtreecommitdiffstats
path: root/storage/browser/quota/quota_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/browser/quota/quota_client.h')
-rw-r--r--storage/browser/quota/quota_client.h1
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,
};