| Index: content/public/browser/push_messaging_service.h
|
| diff --git a/content/public/browser/push_messaging_service.h b/content/public/browser/push_messaging_service.h
|
| index 44daa7c7145d0e39322c5a594a6433a806664555..226ceaa0c76f6e972cf25962f2216b980f989f52 100644
|
| --- a/content/public/browser/push_messaging_service.h
|
| +++ b/content/public/browser/push_messaging_service.h
|
| @@ -77,6 +77,7 @@ class CONTENT_EXPORT PushMessagingService {
|
| // the push service.
|
| virtual void Unregister(const GURL& requesting_origin,
|
| int64 service_worker_registration_id,
|
| + const std::string& sender_id,
|
| const UnregisterCallback& callback) = 0;
|
|
|
| // Checks the permission status for the requesting origin. Permission is only
|
|
|