chromium/chrome/browser/usb/usb_connection_tracker_unittest.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/device_notifications/device_connection_tracker_unittest.h"
#include "chrome/browser/usb/usb_connection_tracker_factory.h"
#include "chrome/browser/usb/usb_test_utils.h"
#include "chrome/test/base/testing_browser_process.h"
#include "testing/gtest/include/gtest/gtest.h"

class UsbConnectionTrackerTest : public DeviceConnectionTrackerTestBase {};

#if BUILDFLAG(ENABLE_EXTENSIONS)
TEST_F(UsbConnectionTrackerTest, DeviceConnectionExtensionOrigins) {}

// Test the scenario with null USB system tray icon and it doesn't cause crash.
TEST_F(UsbConnectionTrackerTest,
       DeviceConnectionExtensionOriginsWithNullSystemTrayIcon) {}

TEST_F(UsbConnectionTrackerTest, ProfileDestroyedExtensionOrigin) {}
#endif  // BUILDFLAG(ENABLE_EXTENSIONS)