| 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..ce2261b3044b878d67a1110329b87ce2ecf792f5 100644
|
| --- a/content/public/browser/notification_event_dispatcher.h
|
| +++ b/content/public/browser/notification_event_dispatcher.h
|
| @@ -13,6 +13,10 @@
|
|
|
| class GURL;
|
|
|
| +namespace base {
|
| +class NullableString16;
|
| +}
|
| +
|
| namespace content {
|
|
|
| class BrowserContext;
|
| @@ -36,6 +40,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;
|
|
|
|
|