chromium/chrome/browser/ui/views/side_panel/read_anything/read_anything_service_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/ui/views/side_panel/read_anything/read_anything_service_factory.h"

#include "chrome/browser/extensions/extension_system_factory.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/profiles/profile_selections.h"
#include "chrome/browser/ui/views/side_panel/read_anything/read_anything_service.h"

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

ReadAnythingServiceFactory::ReadAnythingServiceFactory()
    :{}

bool ReadAnythingServiceFactory::ServiceIsCreatedWithBrowserContext() const {}

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