| 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..a0b0399e470cc43f2f234cfb010f91ed9c855d38 100644
|
| --- a/content/browser/notifications/notification_event_dispatcher_impl.h
|
| +++ b/content/browser/notifications/notification_event_dispatcher_impl.h
|
| @@ -24,6 +24,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(
|
|
|