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); |