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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2733833002: Change logic for recording redirect pattern histograms. (Closed)
Patch Set: fix ios Created 3 years, 9 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:
Download patch
« no previous file with comments | « components/subresource_filter/core/browser/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 21f1ae8975fb61db1c74a2a900910d8e28b7c134..f10e157ee8fee72998e0e13a0d8710113e965f7a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -122678,6 +122678,15 @@ from previous Chrome versions.
<affected-histogram name="WebRTC.Stun.SuccessPercent.UnknownNAT"/>
</histogram_suffixes>
+<histogram_suffixes name="SubresourceFilterOnlyExperiment" separator=".">
+ <suffix name="SocialEngineeringAdsInterstitial"
+ label="social eng ad blacklist pattern"/>
+ <suffix name="PhishingInterstitial" label="phishing blacklist pattern"/>
+ <affected-histogram name="SubresourceFilter.PageLoad.RedirectChainLength"/>
+ <affected-histogram
+ name="SubresourceFilter.PageLoad.RedirectChainMatchPattern"/>
+</histogram_suffixes>
+
<histogram_suffixes name="SyncModelType" separator=".">
<suffix name="APP" label="APP"/>
<suffix name="APP_LIST" label="APP_LIST"/>
« no previous file with comments | « components/subresource_filter/core/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698