summaryrefslogtreecommitdiffstats
path: root/components/gcm_driver/fake_gcm_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/gcm_driver/fake_gcm_client.h')
-rw-r--r--components/gcm_driver/fake_gcm_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/gcm_driver/fake_gcm_client.h b/components/gcm_driver/fake_gcm_client.h
index c0b03da..155c342 100644
--- a/components/gcm_driver/fake_gcm_client.h
+++ b/components/gcm_driver/fake_gcm_client.h
@@ -60,6 +60,8 @@ class FakeGCMClient : public GCMClient {
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;
// Initiate the start that has been delayed.
// Called on UI thread.