Chromium Code Reviews| 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> |