// 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 COMPONENTS_GLOBAL_MEDIA_CONTROLS_PUBLIC_MEDIA_DIALOG_DELEGATE_H_ #define COMPONENTS_GLOBAL_MEDIA_CONTROLS_PUBLIC_MEDIA_DIALOG_DELEGATE_H_ #include <string> #include "base/memory/weak_ptr.h" namespace media_message_center { class MediaNotificationItem; } // namespace media_message_center namespace global_media_controls { class MediaItemUI; // Delegate for MediaToolbarButtonController that is told when to display or // hide a media session. class MediaDialogDelegate { … }; } // namespace global_media_controls #endif // COMPONENTS_GLOBAL_MEDIA_CONTROLS_PUBLIC_MEDIA_DIALOG_DELEGATE_H_