chromium/chrome/browser/enterprise/idle/idle_service_factory.cc

// Copyright 2022 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/enterprise/idle/idle_service_factory.h"

#include "chrome/browser/profiles/profile.h"
#include "components/enterprise/idle/idle_pref_names.h"
#include "components/pref_registry/pref_registry_syncable.h"

namespace enterprise_idle {

// static
IdleService* IdleServiceFactory::GetForBrowserContext(
    content::BrowserContext* context) {}

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

IdleServiceFactory::IdleServiceFactory()
    :{}

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

void IdleServiceFactory::RegisterProfilePrefs(
    user_prefs::PrefRegistrySyncable* registry) {}

bool IdleServiceFactory::ServiceIsCreatedWithBrowserContext() const {}

}  // namespace enterprise_idle