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

Unified Diff: content/browser/service_worker/service_worker_disk_cache.cc

Issue 2858133002: Add uma stats to help evaluate the impact of changes to the quota allocation logic. (Closed)
Patch Set: macros Created 3 years, 7 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
« no previous file with comments | « content/browser/cache_storage/cache_storage_cache.cc ('k') | storage/browser/blob/blob_reader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_worker/service_worker_disk_cache.cc
diff --git a/content/browser/service_worker/service_worker_disk_cache.cc b/content/browser/service_worker/service_worker_disk_cache.cc
index a09444731e0456040207106f51f50aa23ef3b4a4..1369b37841eb91a3561f2455e2164a5d2f29ebdd 100644
--- a/content/browser/service_worker/service_worker_disk_cache.cc
+++ b/content/browser/service_worker/service_worker_disk_cache.cc
@@ -7,7 +7,9 @@
namespace content {
ServiceWorkerDiskCache::ServiceWorkerDiskCache()
- : AppCacheDiskCache(true /* use_simple_cache */) {}
+ : AppCacheDiskCache(true /* use_simple_cache */) {
+ uma_name_ = "DiskCache.ServiceWorker";
+}
ServiceWorkerResponseReader::ServiceWorkerResponseReader(
int64_t resource_id,
« no previous file with comments | « content/browser/cache_storage/cache_storage_cache.cc ('k') | storage/browser/blob/blob_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698