#include "content/public/test/media_start_stop_observer.h"
namespace content {
MediaStartStopObserver::MediaStartStopObserver(WebContents* web_contents,
Type type)
: … { … }
MediaStartStopObserver::~MediaStartStopObserver() = default;
void MediaStartStopObserver::MediaStartedPlaying(const MediaPlayerInfo& info,
const MediaPlayerId& id) { … }
void MediaStartStopObserver::MediaPictureInPictureChanged(
bool is_picture_in_picture) { … }
void MediaStartStopObserver::MediaStoppedPlaying(
const MediaPlayerInfo& info,
const MediaPlayerId& id,
WebContentsObserver::MediaStoppedReason reason) { … }
void MediaStartStopObserver::Wait() { … }
}