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

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: Call stop when all fetches have finished. 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 8c973f7693ccdca607997fd416f9f6978b466097..5dfb3f326342ac697b4556aac13b98c3b27dd50e 100644
--- a/content/child/blink_platform_impl.cc
+++ b/content/child/blink_platform_impl.cc
@@ -882,7 +882,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