Index: components/safe_browsing/csd.proto |
diff --git a/components/safe_browsing/csd.proto b/components/safe_browsing/csd.proto |
index e33f34c7adfde84ff9711cf68557b336fd0696f0..4626574830f31431329e0ec18ad491fcedf8a068 100644 |
--- a/components/safe_browsing/csd.proto |
+++ b/components/safe_browsing/csd.proto |
@@ -520,6 +520,11 @@ message ClientDownloadRequest { |
// Deprecated. |
optional bool DEPRECATED_download_attribution_finch_enabled = 39 |
[deprecated = true]; |
+ |
+ // The Mac disk image code signature. |
+ // The underlying structure of code signature is defined at |
+ // https://opensource.apple.com/source/xnu/xnu-2782.1.97/bsd/sys/codesign.h |
+ optional bytes udif_code_signature = 40; |
} |
// Please update SafeBrowsingNavigationObserverManager::SanitizeReferrerChain() |