chromium/components/download/internal/common/download_interrupt_reasons_utils.cc

// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/download/public/common/download_interrupt_reasons_utils.h"

#include "base/notreached.h"

namespace download {

DownloadInterruptReason ConvertFileErrorToInterruptReason(
    base::File::Error file_error) {}

DownloadInterruptReason ConvertNetErrorToInterruptReason(
    net::Error net_error,
    DownloadInterruptSource source) {}

DownloadInterruptReason ConvertMojoNetworkRequestStatusToInterruptReason(
    mojom::NetworkRequestStatus status) {}

}  // namespace download