Chromium Code Reviews| 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..77dd7ff63ee5d00b6b15261a8395f76406b5cdd6 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, |
| + // Key was missing in the manifest. The register operation requires a key. |
| + MANIFEST_KEY_MISSING, |
|
fgorski
2014/02/14 22:34:28
I am a little sceptical about putting it here, as
jianli
2014/02/14 22:47:26
Done.
|
| // Previous asynchronous operation is still pending to finish. Certain |
| // operation, like register, is only allowed one at a time. |
| ASYNC_OPERATION_PENDING, |