chromium/chrome/browser/download/download_core_service.cc

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

#include "chrome/browser/download/download_core_service.h"

#include "chrome/browser/browser_process.h"
#include "chrome/browser/download/download_core_service_factory.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/profiles/profile_manager.h"

DownloadCoreService::DownloadCoreService() = default;

DownloadCoreService::~DownloadCoreService() = default;

// static
int DownloadCoreService::BlockingShutdownCountAllProfiles() {}

// static
void DownloadCoreService::CancelAllDownloads(CancelDownloadsTrigger trigger) {}