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

#include "base/test/metrics/histogram_tester.h"
#include "chrome/browser/download/download_item_model.h"
#include "chrome/browser/download/download_stats.h"
#include "components/download/public/common/mock_download_item.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"

NiceMock;
Return;

class DownloadShelfContextMenuTest : public testing::Test {};

TEST_F(DownloadShelfContextMenuTest, InvalidDownloadWontCrashContextMenu) {}

TEST_F(DownloadShelfContextMenuTest, RecordCommandsEnabled) {}