chromium/chrome/browser/storage_access_api/storage_access_api_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/storage_access_api/storage_access_api_service_factory.h"

#include "base/no_destructor.h"
#include "chrome/browser/content_settings/host_content_settings_map_factory.h"
#include "chrome/browser/profiles/profile_keyed_service_factory.h"
#include "chrome/browser/profiles/profile_selections.h"
#include "chrome/browser/storage_access_api/storage_access_api_service_impl.h"

// static
StorageAccessAPIServiceImpl*
StorageAccessAPIServiceFactory::GetForBrowserContext(
    content::BrowserContext* context) {}

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

StorageAccessAPIServiceFactory::StorageAccessAPIServiceFactory()
    :{}

StorageAccessAPIServiceFactory::~StorageAccessAPIServiceFactory() = default;

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