| Index: content/browser/renderer_host/media/audio_output_delegate_impl.h
|
| diff --git a/content/browser/renderer_host/media/audio_output_delegate_impl.h b/content/browser/renderer_host/media/audio_output_delegate_impl.h
|
| index 9a2c89aef7d45a985db4b54af8c8ec1340696fca..b217d69200a860af30808c19231743643f12d04e 100644
|
| --- a/content/browser/renderer_host/media/audio_output_delegate_impl.h
|
| +++ b/content/browser/renderer_host/media/audio_output_delegate_impl.h
|
| @@ -71,6 +71,7 @@ class CONTENT_EXPORT AudioOutputDelegateImpl
|
|
|
| void SendCreatedNotification();
|
| void OnError();
|
| + void DoLog(const std::string& msg);
|
| void UpdatePlayingState(bool playing);
|
| media::AudioOutputController* GetControllerForTesting() const;
|
|
|
|
|