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

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

Issue 2645283007: Add the client for accessing Subresource Filter only list. (Closed)
Patch Set: cleanup Created 3 years, 10 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 6f7f410bb0796af2adf57546581b030173e41294..32c37e6dc185c02ae798f74d1b650c71e3dbfa03 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -66903,12 +66903,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="SubresourceFilter.PageLoad.RedirectChainLength" units="urls">
<owner>melandory@chromium.org</owner>
+ <suffix name="SubresourceFilter"/>
<summary>Total length of the server redirects during the navigation.</summary>
</histogram>
<histogram name="SubresourceFilter.PageLoad.RedirectChainMatchPattern"
enum="SubresourceFilterMatchPattern">
<owner>melandory@chromium.org</owner>
+ <suffix name="SubresourceFilterOnly"/>
<summary>
For each main frame navigation, records a pattern that indicates which URLs
in the redirect chain matched Safe Browsing blacklists, and which did not.

Powered by Google App Engine
This is Rietveld 408576698