| Index: media/audio/audio_output_dispatcher_impl.h
|
| diff --git a/media/audio/audio_output_dispatcher_impl.h b/media/audio/audio_output_dispatcher_impl.h
|
| index 8ad7dda565888a9740ac8107740638c449c8ff2e..0eaa651f2ed1f50145bd935534a2d1060071b52c 100644
|
| --- a/media/audio/audio_output_dispatcher_impl.h
|
| +++ b/media/audio/audio_output_dispatcher_impl.h
|
| @@ -40,7 +40,7 @@ class MEDIA_EXPORT AudioOutputDispatcherImpl : public AudioOutputDispatcher {
|
| const base::TimeDelta& close_delay);
|
|
|
| // Opens a new physical stream if there are no pending streams in
|
| - // |idle_streams_|.
|
| + // |idle_streams_|. Do not call Close() or Stop() if this method fails.
|
| virtual bool OpenStream() OVERRIDE;
|
|
|
| // If there are pending streams in |idle_streams_| then it reuses one of
|
|
|