| Index: chrome/renderer/media/cast_receiver_audio_valve.h
|
| diff --git a/chrome/renderer/media/cast_receiver_audio_valve.h b/chrome/renderer/media/cast_receiver_audio_valve.h
|
| index 1bf020306733a71652e4e57542876d9740b51356..f6c09a74a26c125268962b6c5d90a31df508e5e7 100644
|
| --- a/chrome/renderer/media/cast_receiver_audio_valve.h
|
| +++ b/chrome/renderer/media/cast_receiver_audio_valve.h
|
| @@ -31,10 +31,6 @@
|
| void DeliverDecodedAudio(const media::AudioBus* audio_bus,
|
| base::TimeTicks playout_time);
|
|
|
| - // Called to indicate that audio has started streaming and our capture
|
| - // callback should be notified.
|
| - void OnStarted();
|
| -
|
| // When this returns, no more calls will be forwarded to |cb|.
|
| void Stop();
|
|
|
|
|