chromium/chrome/browser/ip_protection/ip_protection_config_provider_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/ip_protection/ip_protection_config_provider_factory.h"

#include "chrome/browser/ip_protection/ip_protection_config_provider.h"
#include "chrome/browser/privacy_sandbox/tracking_protection_settings_factory.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/profiles/profile_selections.h"
#include "chrome/browser/signin/identity_manager_factory.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/storage_partition.h"

// static
IpProtectionConfigProvider* IpProtectionConfigProviderFactory::GetForProfile(
    Profile* profile) {}

// static
IpProtectionConfigProviderFactory*
IpProtectionConfigProviderFactory::GetInstance() {}

// static
ProfileSelections IpProtectionConfigProviderFactory::CreateProfileSelections() {}

IpProtectionConfigProviderFactory::IpProtectionConfigProviderFactory()
    :{}

IpProtectionConfigProviderFactory::~IpProtectionConfigProviderFactory() =
    default;

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

bool IpProtectionConfigProviderFactory::ServiceIsCreatedWithBrowserContext()
    const {}