// 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. #include "content/browser/media/media_stream_web_contents_observer.h" #include <string> #include "content/public/browser/browser_thread.h" namespace content { MediaStreamWebContentsObserver::MediaStreamWebContentsObserver( WebContents* web_contents, base::RepeatingClosure focus_callback) : … { … } MediaStreamWebContentsObserver::~MediaStreamWebContentsObserver() { … } void MediaStreamWebContentsObserver::OnWebContentsFocused( RenderWidgetHost* render_widget_host) { … } } // namespace content