chromium/chrome/browser/ui/download/download_bubble_contents_view_info.cc

// Copyright 2023 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/ui/download/download_bubble_contents_view_info.h"

#include "chrome/browser/ui/download/download_bubble_row_view_info.h"

DownloadBubbleContentsViewInfo::DownloadBubbleContentsViewInfo(
    std::vector<DownloadUIModel::DownloadUIModelPtr> models)
    :{}

DownloadBubbleContentsViewInfo::~DownloadBubbleContentsViewInfo() = default;

DownloadUIModel* DownloadBubbleContentsViewInfo::GetDownloadModel(
    const ContentId& id) const {}

void DownloadBubbleContentsViewInfo::InitializeSecurityView(
    const ContentId& id) {}

void DownloadBubbleContentsViewInfo::ResetSecurityView() {}