blob: 79faee51fb5a0b5a460bd7b13a56c7dc8b624e60 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/download/internal/background_service/empty_task_scheduler.h"
namespace download {
EmptyTaskScheduler::EmptyTaskScheduler() = default;
EmptyTaskScheduler::~EmptyTaskScheduler() = default;
void EmptyTaskScheduler::ScheduleTask(DownloadTaskType task_type,
bool require_unmetered_network,
bool require_charging,
int optimal_battery_percentage,
long window_start_time_seconds,
long window_end_time_seconds) {}
void EmptyTaskScheduler::CancelTask(DownloadTaskType task_type) {}
} // namespace download