| Index: components/gcm_driver/fake_gcm_client.h
|
| diff --git a/components/gcm_driver/fake_gcm_client.h b/components/gcm_driver/fake_gcm_client.h
|
| index 21d696d70edbd89836999d7a6e68b4d97afa2ef6..1be32362acbac8eab63366bfd265a658c96567bf 100644
|
| --- a/components/gcm_driver/fake_gcm_client.h
|
| +++ b/components/gcm_driver/fake_gcm_client.h
|
| @@ -56,6 +56,8 @@ class FakeGCMClient : public GCMClient {
|
| void RemoveAccountMapping(const std::string& account_id) override;
|
| void SetLastTokenFetchTime(const base::Time& time) override;
|
| void UpdateHeartbeatTimer(scoped_ptr<base::Timer> timer) override;
|
| + void AddHeartbeatInterval(const std::string& scope, int interval_ms) override;
|
| + void RemoveHeartbeatInterval(const std::string& scope) override;
|
|
|
| // Initiate the start that has been delayed.
|
| // Called on UI thread.
|
|
|