| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 264e44fc14a4ba2dda7c1439b4aefdc52d87ad64..54faabbebeedab45d34409f1e02c263ffff650e9 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -31357,6 +31357,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </histogram>
|
|
|
| <histogram name="SBOffDomainInclusion.Detected" enum="ContentResourceType">
|
| + <obsolete>
|
| + Deprecated 01/2015.
|
| + </obsolete>
|
| <owner>gab@chromium.org</owner>
|
| <summary>
|
| Logs the resource type of each resource request for which an off-domain
|
| @@ -31391,6 +31394,24 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="SBOffDomainInclusion.Suspicious" enum="ContentResourceType">
|
| + <owner>gab@chromium.org</owner>
|
| + <summary>
|
| + Logs the resource type of each resource request for which an off-domain
|
| + inclusion was detected by the OffDomainInclusionDetector and considered
|
| + suspicious.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="SBOffDomainInclusion.Whitelisted" enum="ContentResourceType">
|
| + <owner>gab@chromium.org</owner>
|
| + <summary>
|
| + Logs the resource type of each resource request for which an off-domain
|
| + inclusion was detected by the OffDomainInclusionDetector and ignored because
|
| + it was present on the inclusion whitelist.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Sdch3.Advertisement_Count">
|
| <owner>rdsmith@chromium.org</owner>
|
| <summary>
|
|
|