chromium/components/lookalikes/core/safety_tip_test_utils.cc

// Copyright 2019 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/lookalikes/core/safety_tip_test_utils.h"

#include "components/lookalikes/core/safety_tips_config.h"

namespace lookalikes {

std::unique_ptr<reputation::SafetyTipsConfig> GetOrCreateSafetyTipsConfig() {}

void InitializeSafetyTipConfig() {}

void SetSafetyTipAllowlistPatterns(std::vector<std::string> patterns,
                                   std::vector<std::string> target_patterns,
                                   std::vector<std::string> common_words) {}

void InitializeBlankLookalikeAllowlistForTesting() {}

void AddSafetyTipHeuristicLaunchConfigForTesting(
    reputation::HeuristicLaunchConfig::Heuristic heuristic,
    int launch_percentage) {}

}  // namespace lookalikes