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

Unified Diff: content/public/browser/service_worker_usage_info.h

Issue 672813002: [ServiceWorker] Added size deltas and total size computation for QuotaM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: content/public/browser/service_worker_usage_info.h
diff --git a/content/public/browser/service_worker_usage_info.h b/content/public/browser/service_worker_usage_info.h
index bfd6fc579bbd7d8c6a79705bb04697173a7fc713..d0424595ddf506706b30e810f83df6ddf0bf424b 100644
--- a/content/public/browser/service_worker_usage_info.h
+++ b/content/public/browser/service_worker_usage_info.h
@@ -27,7 +27,9 @@ class CONTENT_EXPORT ServiceWorkerUsageInfo {
// a registration is a 'scope' - a URL with optional wildcard.
std::vector<GURL> scopes;
- // TODO(jsbell): Add size on disk (in bytes).
+ // The total size, including resources.
+ int64 total_size_bytes;
+
// TODO(jsbell): Add last modified time.
};

Powered by Google App Engine
This is Rietveld 408576698