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

#include "chrome/browser/device_notifications/device_status_icon_renderer.h"
#include "chrome/browser/hid/hid_connection_tracker.h"
#include "chrome/browser/hid/hid_system_tray_icon.h"

TestHidConnectionTracker::TestHidConnectionTracker(Profile* profile)
    :{}

TestHidConnectionTracker::~TestHidConnectionTracker() = default;

void TestHidConnectionTracker::ShowContentSettingsExceptions() {}
void TestHidConnectionTracker::ShowSiteSettings(const url::Origin& origin) {}

TestHidSystemTrayIcon::TestHidSystemTrayIcon() :{}

TestHidSystemTrayIcon::~TestHidSystemTrayIcon() = default;

void TestHidSystemTrayIcon::StageProfile(Profile* profile) {}

void TestHidSystemTrayIcon::UnstageProfile(Profile* profile, bool immediate) {}

void TestHidSystemTrayIcon::ProfileAdded(Profile* profile) {}

void TestHidSystemTrayIcon::ProfileRemoved(Profile* profile) {}

void TestHidSystemTrayIcon::NotifyConnectionCountUpdated(Profile* profile) {}