Index: services/url_response_disk_cache/url_response_disk_cache_entry.mojom |
diff --git a/services/url_response_disk_cache/url_response_disk_cache_entry.mojom b/services/url_response_disk_cache/url_response_disk_cache_entry.mojom |
index c68fa2debae41615144725fe2776c02ae08d8b7f..379dce0939731ce1c0ecfb44c07d1af1310b6f3e 100644 |
--- a/services/url_response_disk_cache/url_response_disk_cache_entry.mojom |
+++ b/services/url_response_disk_cache/url_response_disk_cache_entry.mojom |
@@ -6,6 +6,7 @@ module mojo; |
// One entry in the service cache. |
struct CacheEntry { |
+ uint32 version = 0; |
string url; |
string content_path; |
array<string>? headers; |