#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) { … }