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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1655113002: Add a new ThreatSource type to indicate SBHit is from client side detection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unit_tests and histogram Created 4 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
« no previous file with comments | « components/safe_browsing_db/hit_report.h ('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 9abcaaaf6acbc5e76ac78f63feee03e994e581f2..a7707058dd596656165f84754cdf3bdbafa36336 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -86327,6 +86327,13 @@ To add a new entry, add it with any value and run test to compute valid value.
label="Interstitial for a resource classified as unsafe by the Safe
Browsing database via either
{Local,Remote}SafeBrowsingDatabaseManager."/>
+ <suffix name="from_device_v4"
+ label="Interstitial for a resource classified as unsafe by the Safe
+ Browsing database version 4 via either
+ {Local,Remote}SafeBrowsingDatabaseManager."/>
+ <suffix name="from_client_side_detection"
+ label="Interstitial for a resource classified as unsafe by the client
+ side detection."/>
<affected-histogram name="interstitial.harmful.decision"/>
<affected-histogram name="interstitial.harmful.decision.repeat_visit"/>
<affected-histogram name="interstitial.harmful.interaction"/>
« no previous file with comments | « components/safe_browsing_db/hit_report.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698