chromium/chrome/browser/metrics/variations/google_groups_manager_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/metrics/variations/google_groups_manager_factory.h"

#include "base/no_destructor.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/profiles/profile.h"
#include "components/keyed_service/core/keyed_service.h"
#include "components/variations/service/google_groups_manager.h"

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

// static
GoogleGroupsManager*
GoogleGroupsManagerFactory::GetForBrowserContext(
    content::BrowserContext* context) {}

GoogleGroupsManagerFactory::GoogleGroupsManagerFactory()
    :{}

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

bool GoogleGroupsManagerFactory::ServiceIsCreatedWithBrowserContext()
    const {}

bool GoogleGroupsManagerFactory::ServiceIsNULLWhileTesting() const {}

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