| 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..958af6246516c64927b08d277036fee98fc5bbf2 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 non_persistent__notification_shown_;
 | 
|    scoped_refptr<PlatformNotificationContextImpl> notification_context_;
 | 
|    ResourceContext* resource_context_;
 | 
|    scoped_refptr<ServiceWorkerContextWrapper> service_worker_context_;
 | 
| 
 |