| Index: content/browser/renderer_host/media/audio_renderer_host.h
|
| diff --git a/content/browser/renderer_host/media/audio_renderer_host.h b/content/browser/renderer_host/media/audio_renderer_host.h
|
| index e549df20cc94f0778b29efcfc7bc0f93e3b23677..c0e5e859c60a344f0b18eb986970359784d56f65 100644
|
| --- a/content/browser/renderer_host/media/audio_renderer_host.h
|
| +++ b/content/browser/renderer_host/media/audio_renderer_host.h
|
| @@ -159,6 +159,10 @@ class CONTENT_EXPORT AudioRendererHost : public BrowserMessageFilter {
|
| // Play the audio stream referenced by |stream_id|.
|
| void OnPlayStream(int stream_id);
|
|
|
| + // Called via the focus controller after an OnPlayStream() request for a
|
| + // focusable stream (see AudioParmeters::FOCUSABLE).
|
| + void OnFocusAvailable(int stream_id, base::TimeTicks play_time);
|
| +
|
| // Pause the audio stream referenced by |stream_id|.
|
| void OnPauseStream(int stream_id);
|
|
|
|
|