Index: google_apis/gcm/engine/registration_request.h |
diff --git a/google_apis/gcm/engine/registration_request.h b/google_apis/gcm/engine/registration_request.h |
index 293635001a6f326675ddfbf89d1e18eacf96bcda..10e211d6d62cb0477c5408f7c422f00245815ed9 100644 |
--- a/google_apis/gcm/engine/registration_request.h |
+++ b/google_apis/gcm/engine/registration_request.h |
@@ -40,6 +40,9 @@ class GCM_EXPORT RegistrationRequest : public net::URLFetcherDelegate { |
AUTHENTICATION_FAILED, // Authentication failed. |
DEVICE_REGISTRATION_ERROR, // Chrome is not properly registered. |
UNKNOWN_ERROR, // Unknown error. |
+ URL_FETCHING_FAILED, // URL fetching failed. |
+ HTTP_NOT_OK, // HTTP status was not OK. |
+ RESPONSE_PARSING_FAILED, // Check in response parsing failed. |
jianli
2014/02/14 18:11:44
Check in => Registration
juyik
2014/02/18 20:11:01
Done.
|
// NOTE: always keep this entry at the end. Add new status types only |
// immediately above this line. Make sure to update the corresponding |
// histogram enum accordingly. |