| 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 25d69c64f9325e62f6999205448dbb3c566d8316..c17fa4fb689e05ae5dbf3352e228b4a143900cef 100644
|
| --- a/content/browser/notifications/notification_message_filter.h
|
| +++ b/content/browser/notifications/notification_message_filter.h
|
| @@ -136,6 +136,7 @@ class NotificationMessageFilter : public BrowserMessageFilter {
|
| NotificationIdGenerator* GetNotificationIdGenerator() const;
|
|
|
| int process_id_;
|
| + bool platform_notification_shown_;
|
| scoped_refptr<PlatformNotificationContextImpl> notification_context_;
|
| ResourceContext* resource_context_;
|
| scoped_refptr<ServiceWorkerContextWrapper> service_worker_context_;
|
|
|