Chromium Code Reviews| Index: media/audio/audio_output_ipc.h |
| diff --git a/media/audio/audio_output_ipc.h b/media/audio/audio_output_ipc.h |
| index 894ece5f3aabf7386385b067f4b90fb50303e5c5..7b7c0b2c9146646c203aae868eadcd9a0553a169 100644 |
| --- a/media/audio/audio_output_ipc.h |
| +++ b/media/audio/audio_output_ipc.h |
| @@ -83,11 +83,6 @@ class MEDIA_EXPORT AudioOutputIPC { |
| // AudioOutputController::Pause(). |
| virtual void PauseStream(int stream_id) = 0; |
| - // "Flushes" the audio device. This should generate a call to |
| - // AudioOutputController::Flush(). |
| - // TODO(tommi): This is currently neither implemented nor called. Remove? |
|
tommi (sloooow) - chröme
2013/04/16 08:15:11
w00t!
|
| - virtual void FlushStream(int stream_id) = 0; |
| - |
| // Closes the audio stream and deletes the matching AudioOutputController |
| // instance. Prior to deleting the AudioOutputController object, a call to |
| // AudioOutputController::Close must be made. |