chromium/chrome/browser/usb/usb_connection_tracker.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/usb/usb_connection_tracker.h"

#include "chrome/browser/browser_process.h"
#include "chrome/browser/ui/chrome_pages.h"
#include "chrome/browser/usb/usb_system_tray_icon.h"

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

UsbConnectionTracker::~UsbConnectionTracker() = default;

void UsbConnectionTracker::ShowContentSettingsExceptions() {}

void UsbConnectionTracker::Shutdown() {}

DeviceSystemTrayIcon* UsbConnectionTracker::GetSystemTrayIcon() {}