| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index fee8ffc8bb175ebd7ce9905906e441235296b34c..b06d4ede7dd04896d1c8d6b22d0d3fd01e90652c 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -43746,6 +43746,41 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="OSX.KeychainReauthorizeIfNeeded" units="count">
|
| + <owner>kerrnel@chromium.org</owner>
|
| + <owner>mark@chromium.org</owner>
|
| + <summary>
|
| + The number of previous times that the keychain reauthorization did not
|
| + complete.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="OSX.KeychainReauthorizeIfNeededAtUpdate" units="count">
|
| + <owner>kerrnel@chromium.org</owner>
|
| + <owner>mark@chromium.org</owner>
|
| + <summary>
|
| + The number of previous times that the keychain reauthorization did not
|
| + complete, when run at update time.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="OSX.KeychainReauthorizeIfNeededAtUpdateSuccess" units="count">
|
| + <owner>kerrnel@chromium.org</owner>
|
| + <owner>mark@chromium.org</owner>
|
| + <summary>
|
| + How many times the keychain reauthorization ran before finally succeeding,
|
| + when run at update time.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="OSX.KeychainReauthorizeIfNeededSuccess" units="count">
|
| + <owner>kerrnel@chromium.org</owner>
|
| + <owner>mark@chromium.org</owner>
|
| + <summary>
|
| + How many times the keychain reauthorization ran before finally succeeding.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="OSX.RendererHost.SurfaceWaitTime" units="ms">
|
| <obsolete>
|
| Deprecated as of 11/2015.
|
|
|