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 9850fa856843316857433b8cdd3ced9e843be336..a80b243e1861a1ff6ede236ea6fb8af13613b9fb 100644 |
--- a/content/browser/cache_storage/cache_storage.proto |
+++ b/content/browser/cache_storage/cache_storage.proto |
@@ -49,4 +49,5 @@ message CacheResponse { |
message CacheMetadata { |
required CacheRequest request = 1; |
required CacheResponse response = 2; |
+ optional int64 entry_time = 3; |
} |