| Index: chrome/browser/services/gcm/push_messaging_service_impl.cc
|
| diff --git a/chrome/browser/services/gcm/push_messaging_service_impl.cc b/chrome/browser/services/gcm/push_messaging_service_impl.cc
|
| index 351ca81d3dc05d2d2b77c178bf269d7bf6fcbb31..e607b68146996728dc696b8397900a3645ab8e9b 100644
|
| --- a/chrome/browser/services/gcm/push_messaging_service_impl.cc
|
| +++ b/chrome/browser/services/gcm/push_messaging_service_impl.cc
|
| @@ -132,6 +132,12 @@ void PushMessagingServiceImpl::OnSendError(
|
| NOTREACHED() << "The Push API shouldn't have sent messages upstream";
|
| }
|
|
|
| +void PushMessagingServiceImpl::OnSendAcknowledged(
|
| + const std::string& app_id,
|
| + const std::string& message_id) {
|
| + NOTREACHED() << "The Push API shouldn't have sent messages upstream";
|
| +}
|
| +
|
| void PushMessagingServiceImpl::Register(
|
| const GURL& origin,
|
| int64 service_worker_registration_id,
|
|
|