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

Unified Diff: components/scheduler/child/task_queue_impl.cc

Issue 1340343003: scheduler: Implement WebFrameScheduler and WebPageScheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased + fixed gn build. Created 5 years, 3 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: components/scheduler/child/task_queue_impl.cc
diff --git a/components/scheduler/child/task_queue_impl.cc b/components/scheduler/child/task_queue_impl.cc
index 556332b2f9b98cadddff2e0b94e3fe0b31d1466a..6bd747bc3ad609124edd5a7559943e54bec63413 100644
--- a/components/scheduler/child/task_queue_impl.cc
+++ b/components/scheduler/child/task_queue_impl.cc
@@ -56,7 +56,7 @@ TaskQueueImpl::Task::Task(const tracked_objects::Location& posted_from,
void TaskQueueImpl::UnregisterTaskQueue() {
if (!task_queue_manager_)
return;
- task_queue_manager_->UnregisterTaskQueue(make_scoped_refptr(this));
+ task_queue_manager_->UnregisterTaskQueue(this);
{
base::AutoLock lock(lock_);
« no previous file with comments | « components/scheduler/child/scheduler_helper_unittest.cc ('k') | components/scheduler/child/task_queue_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698