#include "chrome/browser/ui/global_media_controls/supplemental_device_picker_producer.h"
#include <set>
#include <string>
#include "base/test/task_environment.h"
#include "base/unguessable_token.h"
#include "components/global_media_controls/public/mojom/device_service.mojom.h"
#include "components/global_media_controls/public/test/mock_device_service.h"
#include "components/global_media_controls/public/test/mock_media_item_manager.h"
#include "content/public/test/browser_task_environment.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
MockDevicePickerObserver;
class SupplementalDevicePickerProducerTest : public testing::Test { … };
TEST_F(SupplementalDevicePickerProducerTest, ShowItem) { … }
TEST_F(SupplementalDevicePickerProducerTest, HasActiveItemOnItemShown) { … }
TEST_F(SupplementalDevicePickerProducerTest, HideItem) { … }
TEST_F(SupplementalDevicePickerProducerTest, DeleteItem) { … }
TEST_F(SupplementalDevicePickerProducerTest, GetOrCreateNotificationItem) { … }
TEST_F(SupplementalDevicePickerProducerTest, OnMediaDialogOpened) { … }
TEST_F(SupplementalDevicePickerProducerTest, OnMediaDialogClosed) { … }
TEST_F(SupplementalDevicePickerProducerTest, OnItemListChanged) { … }
TEST_F(SupplementalDevicePickerProducerTest, OnMediaItemUIDismissed) { … }