Index: chrome/common/safe_browsing/csd.proto |
diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto |
index cf487918fdfe4e0d7249bcbfc6a9fc84decbeea4..ae0e7b906ae3c156e6b3bf64d0fe80e2ab99f6f2 100644 |
--- a/chrome/common/safe_browsing/csd.proto |
+++ b/chrome/common/safe_browsing/csd.proto |
@@ -256,6 +256,21 @@ message ClientDownloadRequest { |
// client. |
optional ImageHeaders image_headers = 18; |
+ |
+ // Fields 19-21 are reserved for server-side use and are never sent by the |
+ // client. |
+ |
+ // A binary contained in an archive (e.g., a .zip archive). |
+ message ArchivedBinary { |
+ optional string file_basename = 1; |
+ optional DownloadType download_type = 2; |
+ optional Digests digests = 3; |
+ optional int64 length = 4; |
+ optional SignatureInfo signature = 5; |
+ optional ImageHeaders image_headers = 6; |
+ } |
+ |
+ repeated ArchivedBinary archived_binary = 22; |
} |
message ClientDownloadResponse { |