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

Unified Diff: components/safe_browsing/csd.proto

Issue 2821163002: Clean up DownloadAttribution Finch experiments (Closed)
Patch Set: revert partial change is InEnabledAndReady() Created 3 years, 8 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 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 {
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | testing/variations/fieldtrial_testing_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698