chromium/chrome/browser/download/test_download_shelf.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 "chrome/browser/download/test_download_shelf.h"

#include "base/time/time.h"

TestDownloadShelf::TestDownloadShelf(Profile* profile)
    :{}

TestDownloadShelf::~TestDownloadShelf() = default;

bool TestDownloadShelf::IsShowing() const {}

bool TestDownloadShelf::IsClosing() const {}

views::View* TestDownloadShelf::GetView() {}

void TestDownloadShelf::DoShowDownload(
    DownloadUIModel::DownloadUIModelPtr download) {}

void TestDownloadShelf::DoOpen() {}

void TestDownloadShelf::DoClose() {}

void TestDownloadShelf::DoHide() {}

void TestDownloadShelf::DoUnhide() {}

base::TimeDelta TestDownloadShelf::GetTransientDownloadShowDelay() const {}