Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: storage/browser/quota/quota_client.h

Issue 651983002: [ServiceWorkerCache] Implement storage::QuotaClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment for the quota client Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: storage/browser/quota/quota_client.h
diff --git a/storage/browser/quota/quota_client.h b/storage/browser/quota/quota_client.h
index 5fb3c890a136ea0c5da5966aa3fb9ee538c6e413..a4722067a07ba8a6640ca11d7be333348198db5a 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,
};

Powered by Google App Engine
This is Rietveld 408576698