| Index: content/browser/notifications/notification_event_dispatcher_impl.h
|
| diff --git a/content/browser/notifications/notification_event_dispatcher_impl.h b/content/browser/notifications/notification_event_dispatcher_impl.h
|
| index 800e3066cce86b5f5dd0a88eae7eecd0fea621c4..86265dbac7f4e8782f9e6530af00c5cf86a7fb3f 100644
|
| --- a/content/browser/notifications/notification_event_dispatcher_impl.h
|
| +++ b/content/browser/notifications/notification_event_dispatcher_impl.h
|
| @@ -19,10 +19,8 @@ class NotificationEventDispatcherImpl : public NotificationEventDispatcher {
|
| // NotificationEventDispatcher implementation.
|
| void DispatchNotificationClickEvent(
|
| BrowserContext* browser_context,
|
| + int64_t persistent_notification_id,
|
| const GURL& origin,
|
| - int64 service_worker_registration_id,
|
| - const std::string& notification_id,
|
| - const PlatformNotificationData& notification_data,
|
| const NotificationClickDispatchCompleteCallback&
|
| dispatch_complete_callback) override;
|
|
|
|
|