| Index: webrtc/call/audio_receive_stream.h
 | 
| diff --git a/webrtc/call/audio_receive_stream.h b/webrtc/call/audio_receive_stream.h
 | 
| index f441c315a39f75d881a9e4b201c389ae3a9c5f27..3959da1369eeb1cd11dc9eecad6b536d93b789b8 100644
 | 
| --- a/webrtc/call/audio_receive_stream.h
 | 
| +++ b/webrtc/call/audio_receive_stream.h
 | 
| @@ -116,6 +116,8 @@ class AudioReceiveStream {
 | 
|    virtual void Stop() = 0;
 | 
|  
 | 
|    virtual Stats GetStats() const = 0;
 | 
| +  // TODO(solenberg): Remove, once AudioMonitor is gone.
 | 
| +  virtual int GetOutputLevel() const = 0;
 | 
|  
 | 
|    // Sets an audio sink that receives unmixed audio from the receive stream.
 | 
|    // Ownership of the sink is passed to the stream and can be used by the
 | 
| 
 |