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

Unified Diff: content/child/blink_platform_impl.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/blink_platform_impl.cc
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
index c006142a185c4284b98ba3c8a126af0a6d26fd6f..7e11193639aa6267a1f25f9abc6f891104f2617f 100644
--- a/content/child/blink_platform_impl.cc
+++ b/content/child/blink_platform_impl.cc
@@ -872,7 +872,6 @@ BlinkPlatformImpl::notificationManager() {
return NotificationManager::ThreadSpecificInstance(
thread_safe_sender_.get(),
- main_thread_task_runner_.get(),
notification_dispatcher_.get());
}

Powered by Google App Engine
This is Rietveld 408576698