Index: components/safe_browsing/csd.proto |
diff --git a/components/safe_browsing/csd.proto b/components/safe_browsing/csd.proto |
index 023abe4ffbd71d545a9f2e78426397463fdd8dd8..a69cd10bba7179ee99e34a5f417b79702a255726 100644 |
--- a/components/safe_browsing/csd.proto |
+++ b/components/safe_browsing/csd.proto |
@@ -489,8 +489,9 @@ message ClientDownloadRequest { |
// comes last. |
repeated ReferrerChainEntry referrer_chain = 36; |
- // Whether DownloadAttribution Finch experiment is enabled for this ping. |
- optional bool download_attribution_finch_enabled = 39; |
+ // Deprecated. |
+ optional bool DEPRECATED_download_attribution_finch_enabled = 39 |
+ [deprecated = true]; |
} |
message ReferrerChainEntry { |