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

Unified Diff: content/browser/cache_storage/cache_storage.proto

Issue 2416713002: Write out CacheStorageCache size to index file. (Closed)
Patch Set: Only updating cache sizes for non-doomed caches Created 4 years 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/browser/cache_storage/cache_storage.proto
diff --git a/content/browser/cache_storage/cache_storage.proto b/content/browser/cache_storage/cache_storage.proto
index 1021d87320ce162cca34ed90d73963fc9cbe2514..fc9ee88fc537c95911be59980c45bffa59902ddb 100644
--- a/content/browser/cache_storage/cache_storage.proto
+++ b/content/browser/cache_storage/cache_storage.proto
@@ -12,6 +12,7 @@ message CacheStorageIndex {
message Cache {
required string name = 1;
optional string cache_dir = 2;
+ optional int64 size = 3;
}
repeated Cache cache = 1;
optional string origin = 2;

Powered by Google App Engine
This is Rietveld 408576698