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

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

Issue 2814733002: Add the SocEng as a type for checking in CheckUrlForSubresourceFilter. (Closed)
Patch Set: . Created 3 years, 7 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/content/browser/subresource_filter_safe_browsing_activation_throttle_unittest.cc ('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 b3f6f5e91b94b3c034097efcb6d401495a767afd..518299407f8913602e0c058a054d3d8ad2dcdacb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -71881,6 +71881,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SubresourceFilter.PageLoad.FinalURLMatch" units="matches">
+ <owner>melandory@chromium.org</owner>
+ <summary>
+ Records, for each main frame navigation, whether the last URL in the
+ redirect chain matched the Safe Browsing blacklist specified by the
+ histogram suffix.
+ </summary>
+</histogram>
+
<histogram name="SubresourceFilter.PageLoad.NumSubresourceLoads.Disallowed"
units="resource loads">
<owner>pkalinnikov@chromium.org</owner>
@@ -71934,6 +71943,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="SubresourceFilter.PageLoad.RedirectChainMatchPattern"
enum="SubresourceFilterMatchPattern">
+ <obsolete>
+ Obsolete as of April 2017, since the don't have correct data to record
+ anymore.
+ </obsolete>
<owner>melandory@chromium.org</owner>
<summary>
For each main frame navigation, records a pattern that indicates which URLs
@@ -92148,10 +92161,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<suffix name="SocialEngineeringAdsInterstitial"
label="social eng ad blacklist pattern"/>
<suffix name="PhishingInterstitial" label="phishing blacklist pattern"/>
- <suffix name="SubresourceFilterOnly" label="subresource filter only patern"/>
+ <suffix name="SubresourceFilterOnly" label="subresource filter only pattern"/>
+ <affected-histogram name="SubresourceFilter.PageLoad.FinalURLMatch"/>
<affected-histogram name="SubresourceFilter.PageLoad.RedirectChainLength"/>
<affected-histogram
- name="SubresourceFilter.PageLoad.RedirectChainMatchPattern"/>
+ name="SubresourceFilter.PageLoad.RedirectChainMatchPattern">
+ <obsolete>
+ Obsolete as of April 2017
+ </obsolete>
+ </affected-histogram>
</histogram_suffixes>
<histogram_suffixes name="SyncModelType" separator=".">
« no previous file with comments | « components/subresource_filter/content/browser/subresource_filter_safe_browsing_activation_throttle_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698