| 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 29c03b899b7421923248f83cf776b76af8278f50..f4c2e8eb1c40040ba6a36c4e1aec0266fb3d1883 100644
|
| --- a/chrome/browser/services/gcm/push_messaging_service_impl.h
|
| +++ b/chrome/browser/services/gcm/push_messaging_service_impl.h
|
| @@ -67,6 +67,7 @@ class PushMessagingServiceImpl : public content::PushMessagingService,
|
| void Unregister(
|
| const GURL& requesting_origin,
|
| int64 service_worker_registration_id,
|
| + const std::string& sender_id,
|
| bool retry_on_failure,
|
| const content::PushMessagingService::UnregisterCallback&) override;
|
| blink::WebPushPermissionStatus GetPermissionStatus(
|
| @@ -119,6 +120,7 @@ class PushMessagingServiceImpl : public content::PushMessagingService,
|
| bool allow);
|
|
|
| void Unregister(const std::string& app_id_guid,
|
| + const std::string& sender_id,
|
| bool retry_on_failure,
|
| const content::PushMessagingService::UnregisterCallback&);
|
|
|
|
|