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

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

Issue 1162123002: Using render IPC to record RAPPOR metric ContentSettings.MixedScript.RanMixedScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « content/renderer/render_frame_impl.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 6e6590c8f70d1d8770d12a9823954bbd017226a7..79b3031b168831bfebd552610612c50ca721322a 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -135,6 +135,14 @@ components/rappor/rappor_service.cc.
</summary>
</rappor-metric>
+<rappor-metric name="ContentSettings.MixedScript.RanMixedScript"
+ type="ETLD_PLUS_ONE">
+ <owner>lgarron@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a URL that when mixed script actually ran.
nasko 2015/06/01 20:52:50 The code will log the origin, not the eTLD+1, righ
lgarron 2015/06/01 20:57:04 All RAPPOR metrics are actually recorded as eTLD+1
nasko 2015/06/01 21:07:02 I think it isn't entirely reasonable to expect rev
lgarron 2015/06/01 22:56:47 The design doc isn't necessary, but anyone working
felt 2015/06/12 00:32:51 FWIW, I came into this file with the same question
+ </summary>
+</rappor-metric>
+
<rappor-metric name="ContentSettings.PermissionActions_Camera.Revoked.Url"
type="ETLD_PLUS_ONE">
<owner>jialiul@chromium.org</owner>
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698