chromium/chrome/browser/ui/views/global_media_controls/media_dialog_ui_for_test.h

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_UI_VIEWS_GLOBAL_MEDIA_CONTROLS_MEDIA_DIALOG_UI_FOR_TEST_H_
#define CHROME_BROWSER_UI_VIEWS_GLOBAL_MEDIA_CONTROLS_MEDIA_DIALOG_UI_FOR_TEST_H_

#include <string>
#include "base/functional/callback.h"

namespace global_media_controls {
class MediaItemManager;
}  // namespace global_media_controls

class Browser;
class MediaToolbarButtonView;

// A helper object for interacting with the Global Media Control dialog inside
// unit tests.
class MediaDialogUiForTest {};

#endif  // CHROME_BROWSER_UI_VIEWS_GLOBAL_MEDIA_CONTROLS_MEDIA_DIALOG_UI_FOR_TEST_H_