Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(560)

Unified Diff: media/audio/audio_output_ipc.h

Issue 14234023: Remove unused flush operation from Chromium audio. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/audio/audio_output_device_unittest.cc ('k') | media/audio/null_audio_sink.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « media/audio/audio_output_device_unittest.cc ('k') | media/audio/null_audio_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698