| Index: content/public/browser/platform_notification_service.h
|
| diff --git a/content/public/browser/platform_notification_service.h b/content/public/browser/platform_notification_service.h
|
| index ba70b331a8f89a23fe79e07fe9c41c424c8a35b0..0d03ecc86bdd446a8e28e270216c4ded8e91efa3 100644
|
| --- a/content/public/browser/platform_notification_service.h
|
| +++ b/content/public/browser/platform_notification_service.h
|
| @@ -66,6 +66,7 @@ class CONTENT_EXPORT PlatformNotificationService {
|
| virtual void DisplayPersistentNotification(
|
| BrowserContext* browser_context,
|
| int64_t persistent_notification_id,
|
| + const GURL& service_worker_origin,
|
| const GURL& origin,
|
| const PlatformNotificationData& notification_data,
|
| const NotificationResources& notification_resources) = 0;
|
|
|