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 a80b243e1861a1ff6ede236ea6fb8af13613b9fb..78c27826d868590e0728d2517753b9af814bbc43 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; |