X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fstorage%2Fbrowser%2Fquota%2Fquota_client.h;h=624a3f2ca148892988ea673e8ff4fc5b3a867753;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=8a6a294f74ce0b00b0834b333ca9644b56ad3ce1;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/storage/browser/quota/quota_client.h b/src/storage/browser/quota/quota_client.h index 8a6a294..624a3f2 100644 --- a/src/storage/browser/quota/quota_client.h +++ b/src/storage/browser/quota/quota_client.h @@ -35,6 +35,8 @@ class STORAGE_EXPORT QuotaClient { kDatabase = 1 << 2, kAppcache = 1 << 3, kIndexedDatabase = 1 << 4, + kServiceWorkerCache = 1 << 5, + kServiceWorker = 1 << 6, kAllClientsMask = -1, };