chromium/chrome/browser/hid/hid_chooser_context_factory.cc

// Copyright 2019 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/hid/hid_chooser_context_factory.h"

#include "base/no_destructor.h"
#include "chrome/browser/content_settings/host_content_settings_map_factory.h"
#include "chrome/browser/hid/hid_chooser_context.h"
#include "chrome/browser/profiles/profile.h"

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

// static
HidChooserContext* HidChooserContextFactory::GetForProfile(Profile* profile) {}

// static
HidChooserContext* HidChooserContextFactory::GetForProfileIfExists(
    Profile* profile) {}

HidChooserContextFactory::HidChooserContextFactory()
    :{}

HidChooserContextFactory::~HidChooserContextFactory() = default;

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