| Index: google_apis/gcm/engine/mcs_client.h
|
| diff --git a/google_apis/gcm/engine/mcs_client.h b/google_apis/gcm/engine/mcs_client.h
|
| index 96c1580e31596276793490a1a9f33b049e82b8e0..4d1bfc56084d40374428a9b73814f5793066a19f 100644
|
| --- a/google_apis/gcm/engine/mcs_client.h
|
| +++ b/google_apis/gcm/engine/mcs_client.h
|
| @@ -148,6 +148,9 @@ class GCM_EXPORT MCSClient {
|
| // Returns text representation of the state enum.
|
| std::string GetStateString() const;
|
|
|
| + // Updates the timer used by |heartbeat_manager_| for sending heartbeats.
|
| + void UpdateHeartbeatTimer(scoped_ptr<base::Timer> timer);
|
| +
|
| private:
|
| typedef uint32 StreamId;
|
| typedef std::string PersistentId;
|
|
|