| Index: components/gcm_driver/gcm_client.h
|
| diff --git a/components/gcm_driver/gcm_client.h b/components/gcm_driver/gcm_client.h
|
| index 3e399c561f8610b7f63375983040c5d4e790d87a..b3f65431debdef1ebbcd4cb62e6d43840ec02df2 100644
|
| --- a/components/gcm_driver/gcm_client.h
|
| +++ b/components/gcm_driver/gcm_client.h
|
| @@ -124,6 +124,8 @@ class GCMClient {
|
| std::string gcm_client_state;
|
| bool connection_client_created;
|
| std::string connection_state;
|
| + base::Time last_checkin;
|
| + base::Time next_checkin;
|
| uint64_t android_id;
|
| std::vector<std::string> registered_app_ids;
|
| int send_queue_size;
|
|
|