chromium/chrome/browser/tpcd/heuristics/opener_heuristic_service_factory.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/tpcd/heuristics/opener_heuristic_service_factory.h"

#include "base/no_destructor.h"
#include "base/types/pass_key.h"
#include "chrome/browser/content_settings/cookie_settings_factory.h"
#include "chrome/browser/dips/chrome_dips_delegate.h"
#include "chrome/browser/dips/dips_service_factory.h"
#include "chrome/browser/dips/dips_utils.h"
#include "chrome/browser/privacy_sandbox/tracking_protection_settings_factory.h"
#include "chrome/browser/tpcd/heuristics/opener_heuristic_service.h"
#include "components/content_settings/core/common/features.h"
#include "components/keyed_service/content/browser_context_dependency_manager.h"

/* static */
OpenerHeuristicService* OpenerHeuristicServiceFactory::GetForBrowserContext(
    content::BrowserContext* context) {}

OpenerHeuristicServiceFactory* OpenerHeuristicServiceFactory::GetInstance() {}

OpenerHeuristicServiceFactory::OpenerHeuristicServiceFactory()
    :{}

OpenerHeuristicServiceFactory::~OpenerHeuristicServiceFactory() = default;

content::BrowserContext* OpenerHeuristicServiceFactory::GetBrowserContextToUse(
    content::BrowserContext* context) const {}

std::unique_ptr<KeyedService>
OpenerHeuristicServiceFactory::BuildServiceInstanceForBrowserContext(
    content::BrowserContext* context) const {}