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

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

Issue 872813003: Add Rappor metrics for Safe Browsing and SSL interstitials. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 7fbe8ba2b8a860734bd867cea2c7ca00749a6b23..fd20a75bea90a1bedd2c9432552698ddc64a7f74 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -140,6 +140,27 @@ components/rappor/rappor_service.cc.
</summary>
</rappor-metric>
+<rappor-metric name="Interstitial.Malware.Domain" type="COARSE_RAPPOR_TYPE">
+ <owner>nparker@chromium.org</owner>
+ <summary>
+ The domain+registry of a URL that triggered a malware interstitial.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="Interstitial.Phishing.Domain" type="COARSE_RAPPOR_TYPE">
+ <owner>nparker@chromium.org</owner>
+ <summary>
+ The domain+registry of a URL that triggered a phishing interstitial.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="Interstitial.Harmful.Domain" type="COARSE_RAPPOR_TYPE">
+ <owner>nparker@chromium.org</owner>
+ <summary>
+ The domain+registry of a URL that triggered an UWS interstitial.
+ </summary>
+</rappor-metric>
+
</rappor-metrics>
</rappor-configuration>

Powered by Google App Engine
This is Rietveld 408576698