| 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 4c7f14d05d3d97eb629442e2f46fe2fccc12aa9e..3998104feb61349b9c707f05084114422f13ae01 100644
|
| --- a/content/browser/notifications/notification_event_dispatcher_impl.h
|
| +++ b/content/browser/notifications/notification_event_dispatcher_impl.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/singleton.h"
|
| +#include "base/strings/nullable_string16.h"
|
| #include "content/public/browser/notification_database_data.h"
|
| #include "content/public/browser/notification_event_dispatcher.h"
|
|
|
| @@ -24,6 +25,7 @@ class NotificationEventDispatcherImpl : public NotificationEventDispatcher {
|
| const std::string& notification_id,
|
| const GURL& origin,
|
| int action_index,
|
| + const base::NullableString16& reply,
|
| const NotificationDispatchCompleteCallback& dispatch_complete_callback)
|
| override;
|
| void DispatchNotificationCloseEvent(
|
|
|