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

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

Issue 1148773005: Add a RAPPOR metric to track where users click to allow mixed scripts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move mixed script shield RAPPOR stats into a new RecordMixedScriptActionWithRAPPOR() function. Created 5 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:
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 6e6590c8f70d1d8770d12a9823954bbd017226a7..bc9a55eb4e51518a4abfb6ea7e1cf8a8e6eff0d1 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -135,6 +135,16 @@ components/rappor/rappor_service.cc.
</summary>
</rappor-metric>
+<rappor-metric name="ContentSettings.MixedScript.UserClickedAllow"
+ type="ETLD_PLUS_ONE">
+ <owner>lgarron@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a URL where the user clicked &quot;Load unsafe scripts&quot;
+ on a mixed content shield. (This results in a page refresh. Mixed scripts
+ may not actually run until the users triggers them again after the refresh.)
+ </summary>
+</rappor-metric>
+
<rappor-metric name="ContentSettings.PermissionActions_Camera.Revoked.Url"
type="ETLD_PLUS_ONE">
<owner>jialiul@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698