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 ce32fb16316d282b44f8b06cfa0eb675cbcdca2e..cc87343aaddec99a29ff3a2bd94158d13c48224b 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); |