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 2395e4975cc4ea131bfdf73bf2352bd5264c3ddd..cac838d5fa32bed2455578c6093bd2b03c8be118 100644 |
--- a/google_apis/gcm/engine/registration_request.h |
+++ b/google_apis/gcm/engine/registration_request.h |
@@ -49,7 +49,7 @@ class GCM_EXPORT RegistrationRequest : public net::URLFetcherDelegate { |
UNKNOWN_ERROR, // Unknown error. |
URL_FETCHING_FAILED, // URL fetching failed. |
HTTP_NOT_OK, // HTTP status was not OK. |
- RESPONSE_PARSING_FAILED, // Registration response parsing failed. |
+ NO_RESPONSE_BODY, // No response body. |
REACHED_MAX_RETRIES, // Reached maximum number of retries. |
// NOTE: always keep this entry at the end. Add new status types only |
// immediately above this line. Make sure to update the corresponding |