| Index: google_apis/gcm/gcm_client.h
|
| diff --git a/google_apis/gcm/gcm_client.h b/google_apis/gcm/gcm_client.h
|
| index dc659673f567aa51fdec5206ddb0f79fe81fa7cc..178b18f11d58091dda455f49e6282bfc37f1c0e0 100644
|
| --- a/google_apis/gcm/gcm_client.h
|
| +++ b/google_apis/gcm/gcm_client.h
|
| @@ -41,6 +41,8 @@ class GCM_EXPORT GCMClient {
|
| SUCCESS,
|
| // Invalid parameter.
|
| INVALID_PARAMETER,
|
| + // GCM is disabled.
|
| + GCM_DISABLED,
|
| // Profile not signed in.
|
| NOT_SIGNED_IN,
|
| // Previous asynchronous operation is still pending to finish. Certain
|
|
|