Index: media/base/demuxer.h |
diff --git a/media/base/demuxer.h b/media/base/demuxer.h |
index f7a9636e12be4d09b50e153a06cfd24c19cc508e..950b027acba7fdb19f3e3b6bd08b81aaec6c974f 100644 |
--- a/media/base/demuxer.h |
+++ b/media/base/demuxer.h |
@@ -58,7 +58,8 @@ class MEDIA_EXPORT Demuxer : public DemuxerStreamProvider { |
// Completes initialization of the demuxer. |
// |
// The demuxer does not own |host| as it is guaranteed to outlive the |
- // lifetime of the demuxer. Don't delete it! |
+ // lifetime of the demuxer. Don't delete it! |status_cb| must only be run |
+ // after this method has returned. |
virtual void Initialize(DemuxerHost* host, |
const PipelineStatusCB& status_cb, |
bool enable_text_tracks) = 0; |