| Index: chrome/browser/services/gcm/push_messaging_service_impl.h
|
| diff --git a/chrome/browser/services/gcm/push_messaging_service_impl.h b/chrome/browser/services/gcm/push_messaging_service_impl.h
|
| index 5a8c1c296e750cb5e501a134d80cb7a8db5c67fa..088eff2169fbf783ffe718597c74a23966f166d5 100644
|
| --- a/chrome/browser/services/gcm/push_messaging_service_impl.h
|
| +++ b/chrome/browser/services/gcm/push_messaging_service_impl.h
|
| @@ -44,6 +44,8 @@ class PushMessagingServiceImpl : public content::PushMessagingService,
|
| 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 bool CanHandle(const std::string& app_id) const OVERRIDE;
|
|
|
| // content::PushMessagingService implementation:
|
|
|