Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / gcm_driver / default_gcm_app_handler.h
index 57613a5..5a1b0a2 100644 (file)
@@ -25,6 +25,8 @@ class DefaultGCMAppHandler : public GCMAppHandler {
   virtual void OnSendError(
       const std::string& app_id,
       const GCMClient::SendErrorDetails& send_error_details) OVERRIDE;
+  virtual void OnSendAcknowledged(const std::string& app_id,
+                                  const std::string& message_id) OVERRIDE;
   virtual void OnConnected(const net::IPEndPoint& ip_endpoint) OVERRIDE;
   virtual void OnDisconnected() OVERRIDE;