Chromium Code Reviews| Index: content/child/scheduler/task_queue_manager.cc |
| diff --git a/content/child/scheduler/task_queue_manager.cc b/content/child/scheduler/task_queue_manager.cc |
| index 386ebd0c955cc642f6ea09c8db56d004d33e9a41..d1452d82c340aa00421ef6b5dd80b9c13cddb671 100644 |
| --- a/content/child/scheduler/task_queue_manager.cc |
| +++ b/content/child/scheduler/task_queue_manager.cc |
| @@ -306,7 +306,6 @@ bool TaskQueue::UpdateWorkQueue(LazyNow* lazy_now, |
| MoveReadyDelayedTasksToIncomingQueueLocked(lazy_now); |
| if (!ShouldAutoPumpQueueLocked(previous_task)) |
| return false; |
| - MoveReadyDelayedTasksToIncomingQueueLocked(lazy_now); |
|
Sami
2015/04/02 10:19:45
Did you mean to make this change? If so, probably
alex clarke (OOO till 29th)
2015/04/02 15:19:28
Done.
|
| work_queue_.Swap(&incoming_queue_); |
| TraceQueueSize(true); |
| return true; |