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

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: Fit nit: Remove _MAX from enum 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
« no previous file with comments | « components/rappor/rappor_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 7fbe8ba2b8a860734bd867cea2c7ca00749a6b23..2f7cac2701325bac5099e8c029b69ed3289591f7 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -140,6 +140,38 @@ 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 safe-browsing 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 safe-browsing 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 a safe-browsing UWS
+ interstitial.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="interstitial.ssl.domain" type="COARSE_RAPPOR_TYPE">
+ <owner>nparker@chromium.org</owner>
+ <summary>
+ The domain+registry of a URL that triggered an SSL interstitial.
+ Domains for bad-clock warnings are not reported.
+ </summary>
+</rappor-metric>
+
</rappor-metrics>
</rappor-configuration>
« no previous file with comments | « components/rappor/rappor_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698