chromium/components/download/public/background_service/clients.cc

// Copyright 2021 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/background_service/clients.h"

namespace download {

// Must sync variants "DownloadClient" in histograms.xml
std::string BackgroundDownloadClientToString(DownloadClient client) {}

}  // namespace download