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

Unified Diff: components/safe_browsing/csd.proto

Issue 2934373002: Record Code Signature of Downloaded DMG files (Closed)
Patch Set: addressing comments 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: components/safe_browsing/csd.proto
diff --git a/components/safe_browsing/csd.proto b/components/safe_browsing/csd.proto
index 0e3a5aa1da36e6b56f6e6defd9598dd431015f15..131848c8a60c5798c1ec29ac2973edfdd3075e14 100644
--- a/components/safe_browsing/csd.proto
+++ b/components/safe_browsing/csd.proto
@@ -507,6 +507,8 @@ message ClientDownloadRequest {
// Deprecated.
optional bool DEPRECATED_download_attribution_finch_enabled = 39
[deprecated = true];
+
+ optional bytes udif_code_signature = 40;
Robert Sesek 2017/06/28 18:21:06 Comment?
mortonm 2017/06/28 23:07:09 Done.
}
// Please update SafeBrowsingNavigationObserverManager::SanitizeReferrerChain()

Powered by Google App Engine
This is Rietveld 408576698