| Index: google_apis/gcm/gcm_client.h
|
| diff --git a/google_apis/gcm/gcm_client.h b/google_apis/gcm/gcm_client.h
|
| index 02a243b493e7189524c24b07d6f8e94832a4611e..be3af609bdd0b476462d167c27c1e01c55550458 100644
|
| --- a/google_apis/gcm/gcm_client.h
|
| +++ b/google_apis/gcm/gcm_client.h
|
| @@ -40,6 +40,8 @@ class GCM_EXPORT GCMClient {
|
| INVALID_PARAMETER,
|
| // Profile not signed in.
|
| NOT_SIGNED_IN,
|
| + // Certificate was missing. Certain operation, like register, requires it.
|
| + CERTIFICATE_MISSING,
|
| // Previous asynchronous operation is still pending to finish. Certain
|
| // operation, like register, is only allowed one at a time.
|
| ASYNC_OPERATION_PENDING,
|
|
|