| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 5c7fff2d7cf2a665c15ce16c6e32a2862f4597e7..59f05eb9cc4d5215fe9469cc717a60c84bca7057 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -14113,9 +14113,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <summary>Whether the GCM connection was made via a proxy or not.</summary>
|
| </histogram>
|
|
|
| -<histogram name="GCM.ConnectionDisconnectErrorCode" enum="NetErrorCodes">
|
| +<histogram name="GCM.ConnectionDisconnectErrorCode"
|
| + enum="CombinedHttpResponseAndNetErrorCode">
|
| <owner>zea@chromium.org</owner>
|
| - <summary>Net error results from GCM disconnect events.</summary>
|
| + <summary>URL response and error codes from GCM disconnect events.</summary>
|
| </histogram>
|
|
|
| <histogram name="GCM.ConnectionEndpoint" enum="GCMEndpoints">
|
| @@ -14123,9 +14124,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <summary>Number of connections made to each specific MCS endpoint.</summary>
|
| </histogram>
|
|
|
| -<histogram name="GCM.ConnectionFailureErrorCode" enum="NetErrorCodes">
|
| +<histogram name="GCM.ConnectionFailureErrorCode"
|
| + enum="CombinedHttpResponseAndNetErrorCode">
|
| <owner>zea@chromium.org</owner>
|
| - <summary>Net error results from GCM connection attempts.</summary>
|
| + <summary>URL response and error codes from GCM connection attempts.</summary>
|
| </histogram>
|
|
|
| <histogram name="GCM.ConnectionLatency" units="milliseconds">
|
| @@ -47871,6 +47873,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Sync.URLFetchResponse"
|
| + enum="CombinedHttpResponseAndNetErrorCode">
|
| + <owner>zea@chromium.org</owner>
|
| + <summary>
|
| + Counts of responses (both http code and net error code) for Sync URL
|
| + fetches.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Sync.URLFetchTime" units="milliseconds">
|
| <owner>zea@chromium.org</owner>
|
| <summary>
|
|
|