diff options
Diffstat (limited to 'components/gcm_driver/gcm_driver_android.cc')
-rw-r--r-- | components/gcm_driver/gcm_driver_android.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/components/gcm_driver/gcm_driver_android.cc b/components/gcm_driver/gcm_driver_android.cc index ec69952..b5960fc 100644 --- a/components/gcm_driver/gcm_driver_android.cc +++ b/components/gcm_driver/gcm_driver_android.cc @@ -167,6 +167,13 @@ InstanceIDStore* GCMDriverAndroid::GetInstanceIDStore() { return NULL; } +void GCMDriverAndroid::AddHeartbeatInterval(const std::string& scope, + int interval_ms) { +} + +void GCMDriverAndroid::RemoveHeartbeatInterval(const std::string& scope) { +} + GCMClient::Result GCMDriverAndroid::EnsureStarted( GCMClient::StartMode start_mode) { // TODO(johnme): Maybe we should check if GMS is available? |