| Index: content/public/browser/notification_event_dispatcher.h
|
| diff --git a/content/public/browser/notification_event_dispatcher.h b/content/public/browser/notification_event_dispatcher.h
|
| index 1c2289d3ffc9c5820d025eab48d41f69100a3730..0939b4b7bae123d56545605c5de7cda9d368cc02 100644
|
| --- a/content/public/browser/notification_event_dispatcher.h
|
| +++ b/content/public/browser/notification_event_dispatcher.h
|
| @@ -8,6 +8,7 @@
|
| #include <string>
|
|
|
| #include "base/callback_forward.h"
|
| +#include "base/strings/nullable_string16.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/common/persistent_notification_status.h"
|
|
|
| @@ -36,6 +37,7 @@ class CONTENT_EXPORT NotificationEventDispatcher {
|
| const std::string& notification_id,
|
| const GURL& origin,
|
| int action_index,
|
| + const base::NullableString16& reply,
|
| const NotificationDispatchCompleteCallback&
|
| dispatch_complete_callback) = 0;
|
|
|
|
|