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