chromium/chrome/browser/hid/hid_connection_tracker_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/hid/hid_connection_tracker_factory.h"

#include "base/no_destructor.h"
#include "build/build_config.h"
#include "chrome/browser/content_settings/host_content_settings_map_factory.h"
#include "chrome/browser/hid/hid_connection_tracker.h"
#include "chrome/browser/profiles/profile.h"

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

// static
HidConnectionTracker* HidConnectionTrackerFactory::GetForProfile(
    Profile* profile,
    bool create) {}

HidConnectionTrackerFactory::HidConnectionTrackerFactory()
    :{}

HidConnectionTrackerFactory::~HidConnectionTrackerFactory() = default;

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