summaryrefslogtreecommitdiffstats
path: root/chromium/content/browser/cache_storage/cache_storage.proto
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/cache_storage/cache_storage.proto')
-rw-r--r--chromium/content/browser/cache_storage/cache_storage.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/content/browser/cache_storage/cache_storage.proto b/chromium/content/browser/cache_storage/cache_storage.proto
index 14ad0f0e34f..245cc2bde73 100644
--- a/chromium/content/browser/cache_storage/cache_storage.proto
+++ b/chromium/content/browser/cache_storage/cache_storage.proto
@@ -56,6 +56,8 @@ message CacheResponse {
optional bool was_fetched_via_spdy = 12;
optional string mime_type = 13;
optional string request_method = 14;
+ optional int64 padding = 15;
+ optional int64 side_data_padding = 16;
}
message CacheMetadata {