chromium/chrome/browser/ui/views/location_bar/cookie_controls/cookie_controls_bubble_coordinator.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/views/location_bar/cookie_controls/cookie_controls_bubble_coordinator.h"

#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_finder.h"
#include "chrome/browser/ui/views/frame/browser_view.h"
#include "chrome/browser/ui/views/frame/toolbar_button_provider.h"
#include "chrome/browser/ui/views/page_action/page_action_icon_view.h"
#include "ui/views/bubble/bubble_dialog_delegate_view.h"

namespace content {
class WebContents;
}

namespace {}  // namespace

CookieControlsBubbleCoordinator::CookieControlsBubbleCoordinator() = default;

CookieControlsBubbleCoordinator::~CookieControlsBubbleCoordinator() = default;

void CookieControlsBubbleCoordinator::ShowBubble(
    content::WebContents* web_contents,
    content_settings::CookieControlsController* controller) {}

CookieControlsBubbleViewImpl* CookieControlsBubbleCoordinator::GetBubble()
    const {}

CookieControlsBubbleViewController*
CookieControlsBubbleCoordinator::GetViewControllerForTesting() {}

void CookieControlsBubbleCoordinator::SetDisplayNameForTesting(
    const std::u16string& name) {}

void CookieControlsBubbleCoordinator::OnViewIsDeleting(
    views::View* observed_view) {}