diff options
Diffstat (limited to 'content/public/browser/push_messaging_service.h')
-rw-r--r-- | content/public/browser/push_messaging_service.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/public/browser/push_messaging_service.h b/content/public/browser/push_messaging_service.h index 44daa7c..4d06cdd 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, + bool retry_on_failure, const UnregisterCallback& callback) = 0; // Checks the permission status for the requesting origin. Permission is only |