| 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 3e19af681540d62fb5c82932df6306e1500f7508..1d972abaea083d0e3f7e072f3213c6db31d362d9 100644
|
| --- a/content/browser/notifications/notification_event_dispatcher_impl.h
|
| +++ b/content/browser/notifications/notification_event_dispatcher_impl.h
|
| @@ -21,6 +21,8 @@ class NotificationEventDispatcherImpl : public NotificationEventDispatcher {
|
| static NotificationEventDispatcherImpl* GetInstance();
|
|
|
| // NotificationEventDispatcher implementation.
|
| +
|
| + // TODO(miguelg) rename so it says Persistent.
|
| void DispatchNotificationClickEvent(
|
| BrowserContext* browser_context,
|
| const std::string& notification_id,
|
|
|