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

Unified Diff: content/browser/media/media_internals.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
Index: content/browser/media/media_internals.h
diff --git a/content/browser/media/media_internals.h b/content/browser/media/media_internals.h
index 5c901d5b0f84a63e9579e6650118aee760cfc29b..68e056feccc2746b3868a9c2e1eb35eb228a71d1 100644
--- a/content/browser/media/media_internals.h
+++ b/content/browser/media/media_internals.h
@@ -39,8 +39,8 @@ class CONTENT_EXPORT MediaInternals {
virtual void OnSetAudioStreamPlaying(void* host, int stream_id,
bool playing);
- // Called when the status of an audio stream is set to "created", "flushed",
- // "closed", or "error".
+ // Called when the status of an audio stream is set to "created", "closed", or
+ // "error".
virtual void OnSetAudioStreamStatus(void* host, int stream_id,
const std::string& status);
« no previous file with comments | « no previous file | content/browser/renderer_host/media/audio_renderer_host.h » ('j') | media/audio/audio_output_ipc.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698