chromium/components/blocked_content/test/test_popup_navigation_delegate.cc

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

#include "components/blocked_content/test/test_popup_navigation_delegate.h"

namespace blocked_content {

TestPopupNavigationDelegate::ResultHolder::ResultHolder() = default;

TestPopupNavigationDelegate::ResultHolder::~ResultHolder() = default;

TestPopupNavigationDelegate::TestPopupNavigationDelegate(
    const GURL& url,
    ResultHolder* result_holder)
    :{}

content::RenderFrameHost* TestPopupNavigationDelegate::GetOpener() {}

bool TestPopupNavigationDelegate::GetOriginalUserGesture() {}

GURL TestPopupNavigationDelegate::GetURL() {}

PopupNavigationDelegate::NavigateResult
TestPopupNavigationDelegate::NavigateWithGesture(
    const blink::mojom::WindowFeatures& window_features,
    std::optional<WindowOpenDisposition> updated_disposition) {}

void TestPopupNavigationDelegate::OnPopupBlocked(
    content::WebContents* web_contents,
    int total_popups_blocked_on_page) {}

}  // namespace blocked_content