| Index: content/browser/notifications/notification_message_filter.h
|
| diff --git a/content/browser/notifications/notification_message_filter.h b/content/browser/notifications/notification_message_filter.h
|
| index 3afc62859c73bdff2161a20be28eb118a4888259..077dfdc2b7a962f2dbfbebd849601d10b6ca11fe 100644
|
| --- a/content/browser/notifications/notification_message_filter.h
|
| +++ b/content/browser/notifications/notification_message_filter.h
|
| @@ -53,6 +53,10 @@ class NotificationMessageFilter : public BrowserMessageFilter {
|
| const GURL& origin,
|
| const SkBitmap& icon,
|
| const PlatformNotificationData& notification_data);
|
| + void OnGetNotifications(int request_id,
|
| + int64_t service_worker_registration_id,
|
| + const GURL& origin,
|
| + const std::string& filter_tag);
|
| void OnClosePlatformNotification(int notification_id);
|
| void OnClosePersistentNotification(
|
| const GURL& origin,
|
|
|