chromium/content/browser/media/audio_muting_session.cc

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

#include "content/browser/media/audio_muting_session.h"

namespace content {

AudioMutingSession::AudioMutingSession(const base::UnguessableToken& group_id)
    :{}

AudioMutingSession::~AudioMutingSession() = default;

void AudioMutingSession::Connect(media::mojom::AudioStreamFactory* factory) {}

}  // namespace content