chromium/chrome/browser/ui/safety_hub/mock_safe_browsing_database_manager.cc

// Copyright 2024 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/safety_hub/mock_safe_browsing_database_manager.h"

MockSafeBrowsingDatabaseManager::MockSafeBrowsingDatabaseManager()
    :{}

MockSafeBrowsingDatabaseManager::~MockSafeBrowsingDatabaseManager() = default;

bool MockSafeBrowsingDatabaseManager::CheckBrowseUrl(
    const GURL& gurl,
    const safe_browsing::SBThreatTypeSet& threat_types,
    Client* client,
    safe_browsing::CheckBrowseUrlType check_type) {}

void MockSafeBrowsingDatabaseManager::CancelCheck(Client* client) {}

void MockSafeBrowsingDatabaseManager::OnCheckBrowseURLDone(
    const GURL& gurl,
    base::WeakPtr<Client> client) {}