summaryrefslogtreecommitdiffstats
path: root/components/gcm_driver/gcm_driver_android.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/gcm_driver/gcm_driver_android.h')
-rw-r--r--components/gcm_driver/gcm_driver_android.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/gcm_driver/gcm_driver_android.h b/components/gcm_driver/gcm_driver_android.h
index 3c5d357..205fb6e 100644
--- a/components/gcm_driver/gcm_driver_android.h
+++ b/components/gcm_driver/gcm_driver_android.h
@@ -65,6 +65,8 @@ class GCMDriverAndroid : public GCMDriver {
void SetLastTokenFetchTime(const base::Time& time) override;
void WakeFromSuspendForHeartbeat(bool wake) override;
InstanceIDStore* GetInstanceIDStore() override;
+ void AddHeartbeatInterval(const std::string& scope, int interval_ms) override;
+ void RemoveHeartbeatInterval(const std::string& scope) override;
protected:
// GCMDriver implementation: