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

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

Issue 2901083002: [CacheStorage] Pad and bin opaque resource sizes. (Closed)
Patch Set: Storing padding key in cache. Created 3 years, 6 months 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 06f1973fff79828404adce8240cf183a423d79a6..60024de470452b4fdfb81af5ba8bdfaa10f40313 100644
--- a/content/browser/cache_storage/cache_storage.proto
+++ b/content/browser/cache_storage/cache_storage.proto
@@ -13,6 +13,8 @@ message CacheStorageIndex {
required string name = 1;
optional string cache_dir = 2;
optional int64 size = 3;
+ optional bytes padding_key = 4;
+ optional int64 padding = 5;
}
repeated Cache cache = 1;
optional string origin = 2;

Powered by Google App Engine
This is Rietveld 408576698