Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(412)

Unified Diff: content/child/notifications/notification_dispatcher.cc

Issue 1847863002: Move notification resource loading from content/child to blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address peter's comments. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698