| Index: content/child/notifications/notification_dispatcher.cc
|
| diff --git a/content/child/notifications/notification_dispatcher.cc b/content/child/notifications/notification_dispatcher.cc
|
| index cb2f1caa09ea5e3843e6e5d96b522d064cb3497e..f840b40e376700e85a392558b6f48ef93bfa0c83 100644
|
| --- a/content/child/notifications/notification_dispatcher.cc
|
| +++ b/content/child/notifications/notification_dispatcher.cc
|
| @@ -31,8 +31,7 @@ bool NotificationDispatcher::ShouldHandleMessage(
|
|
|
| void NotificationDispatcher::OnFilteredMessageReceived(
|
| const IPC::Message& msg) {
|
| - NotificationManager::ThreadSpecificInstance(thread_safe_sender(),
|
| - main_thread_task_runner(), this)
|
| + NotificationManager::ThreadSpecificInstance(thread_safe_sender(), this)
|
| ->OnMessageReceived(msg);
|
| }
|
|
|
|
|