| Index: content/child/notifications/notification_dispatcher.h
|
| diff --git a/content/child/notifications/notification_dispatcher.h b/content/child/notifications/notification_dispatcher.h
|
| index be4ada94f243663d53ef554efa64c2af0ae3f0c8..5e3fd7d4f1b28c71c509e93b0b4e530b8a6769e9 100644
|
| --- a/content/child/notifications/notification_dispatcher.h
|
| +++ b/content/child/notifications/notification_dispatcher.h
|
| @@ -31,8 +31,6 @@ class NotificationDispatcher : public ChildMessageFilter {
|
| ~NotificationDispatcher() override;
|
|
|
| private:
|
| - bool ShouldHandleMessage(const IPC::Message& msg);
|
| -
|
| // ChildMessageFilter implementation.
|
| base::TaskRunner* OverrideTaskRunnerForMessage(const IPC::Message& msg)
|
| override;
|
|
|