| 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 4d06cdde2c1ea99adff2acc7adc2f7a3fbcbf60e..6ad9e70b7c88a4723c3f0688e82f8ec3e05b7500 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,
|
| bool retry_on_failure,
|
| const UnregisterCallback& callback) = 0;
|
|
|
|
|