chromium/components/commerce/core/mock_cluster_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 "components/commerce/core/mock_cluster_manager.h"

#include "base/task/sequenced_task_runner.h"
#include "components/commerce/core/compare/cluster_server_proxy.h"

namespace commerce {

MockClusterManager::MockClusterManager(
    ProductSpecificationsService* product_specifications_service)
    :{}

MockClusterManager::~MockClusterManager() = default;

void MockClusterManager::SetResponseForGetEntryPointInfoForSelection(
    std::optional<EntryPointInfo> entry_point_info) {}

void MockClusterManager::SetResponseForGetEntryPointInfoForNavigation(
    std::optional<EntryPointInfo> entry_point_info) {}

void MockClusterManager::SetResponseForGetProductGroupForCandidateProduct(
    std::optional<ProductGroup> product_group) {}

void MockClusterManager::SetResponseForGetComparableProducts(
    std::optional<EntryPointInfo> entry_point_info) {}
}  // namespace commerce