| Index: components/gcm_driver/gcm_internals_constants.cc
|
| diff --git a/components/gcm_driver/gcm_internals_constants.cc b/components/gcm_driver/gcm_internals_constants.cc
|
| index 431941188ac50850cef54bd78d1a1c823f01e05c..b3017f802d758773a25f86d58f5f374c8dcb099f 100644
|
| --- a/components/gcm_driver/gcm_internals_constants.cc
|
| +++ b/components/gcm_driver/gcm_internals_constants.cc
|
| @@ -26,6 +26,8 @@ const char kGcmClientCreated[] = "gcmClientCreated";
|
| const char kGcmClientState[] = "gcmClientState";
|
| const char kGcmEnabled[] = "gcmEnabled";
|
| const char kIsRecording[] = "isRecording";
|
| +const char kLastCheckin[] = "lastCheckin";
|
| +const char kNextCheckin[] = "nextCheckin";
|
| const char kProfileServiceCreated[] = "profileServiceCreated";
|
| const char kReceiveInfo[] = "receiveInfo";
|
| const char kRegisteredAppIds[] = "registeredAppIds";
|
|
|