#include "chrome/browser/ui/views/accessibility/caption_bubble_session_observer_views.h"
#include <memory>
#include "components/live_caption/caption_bubble_session_observer.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/navigation_handle.h"
#include "content/public/browser/web_contents.h"
#include "content/public/browser/web_contents_observer.h"
namespace captions {
CaptionBubbleSessionObserverViews::CaptionBubbleSessionObserverViews(
content::WebContents* web_contents)
: … { … }
CaptionBubbleSessionObserverViews::~CaptionBubbleSessionObserverViews() =
default;
void CaptionBubbleSessionObserverViews::DidFinishNavigation(
content::NavigationHandle* handle) { … }
void CaptionBubbleSessionObserverViews::WebContentsDestroyed() { … }
void CaptionBubbleSessionObserverViews::SetEndSessionCallback(
EndSessionCallback callback) { … }
}