| Index: components/offline_pages/core/background/pick_request_task.cc
|
| diff --git a/components/offline_pages/core/background/pick_request_task.cc b/components/offline_pages/core/background/pick_request_task.cc
|
| index 1064987dc23087ada66b7161eb1e73353a1377fc..d2faeac9cb1ed3bb715574d8f480ea7729de0c0d 100644
|
| --- a/components/offline_pages/core/background/pick_request_task.cc
|
| +++ b/components/offline_pages/core/background/pick_request_task.cc
|
| @@ -196,11 +196,6 @@ bool PickRequestTask::RequestConditionsSatisfied(
|
| if (request->request_state() == SavePageRequest::RequestState::PAUSED)
|
| return false;
|
|
|
| - // If this request is not active yet, return false.
|
| - // TODO(petewil): Remove the concept of activation time. crbug.com/705103.
|
| - if (request->activation_time() > base::Time::Now())
|
| - return false;
|
| -
|
| return true;
|
| }
|
|
|
|
|