chromium/chrome/browser/privacy_sandbox/privacy_sandbox_survey_desktop_controller_factory.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 "chrome/browser/privacy_sandbox/privacy_sandbox_survey_desktop_controller_factory.h"

#include "base/no_destructor.h"
#include "chrome/browser/profiles/profile.h"

PrivacySandboxSurveyDesktopControllerFactory*
PrivacySandboxSurveyDesktopControllerFactory::GetInstance() {}

privacy_sandbox::PrivacySandboxSurveyDesktopController*
PrivacySandboxSurveyDesktopControllerFactory::GetForProfile(Profile* profile) {}

PrivacySandboxSurveyDesktopControllerFactory::
    PrivacySandboxSurveyDesktopControllerFactory()
    :{}

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

bool PrivacySandboxSurveyDesktopControllerFactory::
    ServiceIsCreatedWithBrowserContext() const {}