| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 6c3178b7297c089d20b09ed4c9c1a6c6b4e5c0a2..64f7b605322300d145d9fad64795326e54c3b84d 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -14586,8 +14586,29 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Extensions.CorruptPolicyExtensionDetected" enum="BooleanHit">
|
| + <owner>asargent@chromium.org</owner>
|
| + <summary>
|
| + Fires when we detect corruption in an enterprise policy forced install
|
| + extension and begin the process of reinstalling it. Compare to
|
| + CorruptPolicyExtensionResolved to judge success rate.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Extensions.CorruptPolicyExtensionResolved" units="ms">
|
| + <owner>asargent@chromium.org</owner>
|
| + <summary>
|
| + Fires when we've successfully resinstalled a corrupt enterprise policy
|
| + force-installed extension, with a value indicating how long it took
|
| + end-to-end to complete the reinstall (including download time).
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Extensions.CorruptPolicyExtensionWouldBeDisabled"
|
| enum="BooleanHit">
|
| + <obsolete>
|
| + Deprecated 9/2016 by fix for Issue 447040.
|
| + </obsolete>
|
| <owner>asargent@chromium.org</owner>
|
| <summary>
|
| Fires when we detect corruption in an enterprise policy forced install
|
|
|