Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index a811a2c4d65de30c4d9f46282808ba20edc7743e..25bde3eaca89aadab3a05004ef2f4dcfdc01534a 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -5455,6 +5455,10 @@ other types of suffix sets. |
| </summary> |
| </histogram> |
| +<histogram name="GCM.CheckinRequestStatus" enum="GCMCheckinRequestStatus"> |
| + <summary>Status code of the outcome of a GCM checkin request.</summary> |
| +</histogram> |
| + |
| <histogram name="GCM.ConnectionDisconnectErrorCode" enum="NetErrorCodes"> |
| <summary>Net error results from GCM disconnect events.</summary> |
| </histogram> |
| @@ -26358,6 +26362,16 @@ other types of suffix sets. |
| <int value="8" label="Overflow"/> |
| </enum> |
| +<enum name="GCMCheckinRequestStatus" type="int"> |
| + <int value="0" label="Success"/> |
| + <int value="1" label="URL fetching failed"/> |
| + <int value="2" label="HTTP bad request"/> |
| + <int value="3" label="HTTP unauthorized"/> |
| + <int value="4" label="HTTP not OK"/> |
| + <int value="5" label="Failed parsing response"/> |
|
fgorski
2014/02/12 18:22:58
Response parsing failed
juyik
2014/02/12 18:31:54
Done.
|
| + <int value="6" label="Zero ID or token"/> |
| +</enum> |
| + |
| <enum name="GCMRegistrationRequestStatus" type="int"> |
| <int value="0" label="Success (this is not logged currently)"/> |
| <int value="1" label="Invalid parameters"/> |