| Index: chrome/browser/notifications/platform_notification_service_impl.h
|
| diff --git a/chrome/browser/notifications/platform_notification_service_impl.h b/chrome/browser/notifications/platform_notification_service_impl.h
|
| index 88f0b080460467004935f412c48ff3de112c1e94..95b4d712e4674686290e5f39a5d8383e38544e2c 100644
|
| --- a/chrome/browser/notifications/platform_notification_service_impl.h
|
| +++ b/chrome/browser/notifications/platform_notification_service_impl.h
|
| @@ -84,6 +84,7 @@ class PlatformNotificationServiceImpl
|
| void DisplayPersistentNotification(
|
| content::BrowserContext* browser_context,
|
| int64_t persistent_notification_id,
|
| + const GURL& service_worker_scope,
|
| const GURL& origin,
|
| const content::PlatformNotificationData& notification_data,
|
| const content::NotificationResources& notification_resources) override;
|
| @@ -119,6 +120,7 @@ class PlatformNotificationServiceImpl
|
| // through requires changing a whole lot of Notification constructor calls.
|
| Notification CreateNotificationFromData(
|
| Profile* profile,
|
| + const GURL& service_worker_scope,
|
| const GURL& origin,
|
| const content::PlatformNotificationData& notification_data,
|
| const content::NotificationResources& notification_resources,
|
|
|