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

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

Issue 2516353002: Introduce url_list to the Response scheme of CacheStorage. (Closed)
Patch Set: Created 4 years, 1 month 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 1021d87320ce162cca34ed90d73963fc9cbe2514..703c022cac2b659be0bc9be9f6fec2a405f3379f 100644
--- a/content/browser/cache_storage/cache_storage.proto
+++ b/content/browser/cache_storage/cache_storage.proto
@@ -41,9 +41,10 @@ message CacheResponse {
required string status_text = 2;
required ResponseType response_type = 3;
repeated CacheHeaderMap headers = 4;
- optional string url = 5;
+ optional string url = 5 [deprecated = true];
optional int64 response_time = 6;
repeated string cors_exposed_header_names = 7;
+ repeated string url_list = 8;
}
message CacheMetadata {

Powered by Google App Engine
This is Rietveld 408576698