chromium/chrome/browser/accessibility/page_colors_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/accessibility/page_colors_factory.h"

#include "chrome/browser/accessibility/page_colors.h"
#include "chrome/browser/profiles/profile.h"

// static
PageColors* PageColorsFactory::GetForProfile(Profile* profile) {}

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

PageColorsFactory::PageColorsFactory()
    :{}

PageColorsFactory::~PageColorsFactory() = default;

bool PageColorsFactory::ServiceIsCreatedWithBrowserContext() const {}

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