Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / storage / browser / quota / quota_client.h
index 8a6a294..624a3f2 100644 (file)
@@ -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,
   };