#include "components/download/internal/background_service/test/black_hole_log_sink.h"
namespace download {
namespace test {
void BlackHoleLogSink::OnServiceStatusChanged() { … }
void BlackHoleLogSink::OnServiceDownloadsAvailable() { … }
void BlackHoleLogSink::OnServiceDownloadChanged(const std::string& guid) { … }
void BlackHoleLogSink::OnServiceDownloadFailed(CompletionType completion_type,
const Entry& entry) { … }
void BlackHoleLogSink::OnServiceRequestMade(
DownloadClient client,
const std::string& guid,
DownloadParams::StartResult start_result) { … }
}
}