Index: components/safe_browsing/csd.proto |
diff --git a/components/safe_browsing/csd.proto b/components/safe_browsing/csd.proto |
index 023abe4ffbd71d545a9f2e78426397463fdd8dd8..1c8e3b6c292758951abdfc702b1c573d493a2ce4 100644 |
--- a/components/safe_browsing/csd.proto |
+++ b/components/safe_browsing/csd.proto |
@@ -490,7 +490,9 @@ message ClientDownloadRequest { |
repeated ReferrerChainEntry referrer_chain = 36; |
// Whether DownloadAttribution Finch experiment is enabled for this ping. |
lpz
2017/04/20 14:37:02
nit: if deprecated, maybe the legacy comment can b
Jialiu Lin
2017/04/20 18:02:56
Done.
|
- optional bool download_attribution_finch_enabled = 39; |
+ // Deprecated. |
+ optional bool DEPRECATED_download_attribution_finch_enabled = 39 |
+ [deprecated = true]; |
} |
message ReferrerChainEntry { |