| Index: components/gcm_driver/gcm_client_impl.h
|
| diff --git a/components/gcm_driver/gcm_client_impl.h b/components/gcm_driver/gcm_client_impl.h
|
| index 2db1805d7ea1668a267cfccd947e9103147088f2..e9f2f141ad04f7c28e3f926a64153ae849b39e94 100644
|
| --- a/components/gcm_driver/gcm_client_impl.h
|
| +++ b/components/gcm_driver/gcm_client_impl.h
|
| @@ -130,6 +130,8 @@ class GCMClientImpl
|
| const std::string& instance_id_data) override;
|
| void RemoveInstanceIDData(const std::string& app_id) override;
|
| std::string GetInstanceIDData(const std::string& app_id) override;
|
| + void AddHeartbeatInterval(const std::string& scope, int interval_ms) override;
|
| + void RemoveHeartbeatInterval(const std::string& scope) override;
|
|
|
| // GCMStatsRecorder::Delegate implemenation.
|
| void OnActivityRecorded() override;
|
|
|