| Index: components/offline_pages/core/background/request_coordinator.h
|
| diff --git a/components/offline_pages/core/background/request_coordinator.h b/components/offline_pages/core/background/request_coordinator.h
|
| index 6103f0b870fb00abb73f40bd5838875412f4392a..412808c9da65364d2abd18b8930919c655623322 100644
|
| --- a/components/offline_pages/core/background/request_coordinator.h
|
| +++ b/components/offline_pages/core/background/request_coordinator.h
|
| @@ -466,7 +466,7 @@ class RequestCoordinator : public KeyedService,
|
| // 2. When a task is not available to be picked by PickRequestTask (because
|
| // it was completed or cancelled), the task will remove it.
|
| // Currently it's used as LIFO.
|
| - // TODO(romax): see if LIFO is a good idea, or change to FIFO.
|
| + // TODO(romax): see if LIFO is a good idea or change to FIFO. crbug.com/705106
|
| std::deque<int64_t> prioritized_requests_;
|
| // Allows us to pass a weak pointer to callbacks.
|
| base::WeakPtrFactory<RequestCoordinator> weak_ptr_factory_;
|
|
|