| Index: webrtc/modules/audio_coding/neteq/decoder_database.h
 | 
| diff --git a/webrtc/modules/audio_coding/neteq/decoder_database.h b/webrtc/modules/audio_coding/neteq/decoder_database.h
 | 
| index 6d277c95c9f013525a5fcede31ae0f236ee12021..3728d1da90c04d68ed52eb09e451eaaef36a29cd 100644
 | 
| --- a/webrtc/modules/audio_coding/neteq/decoder_database.h
 | 
| +++ b/webrtc/modules/audio_coding/neteq/decoder_database.h
 | 
| @@ -136,6 +136,9 @@ class DecoderDatabase {
 | 
|    // Returns kDecoderNotFound or kOK depending on the outcome of the operation.
 | 
|    virtual int Remove(uint8_t rtp_payload_type);
 | 
|  
 | 
| +  // Remove all entries.
 | 
| +  virtual void RemoveAll();
 | 
| +
 | 
|    // Returns a pointer to the DecoderInfo struct for |rtp_payload_type|. If
 | 
|    // no decoder is registered with that |rtp_payload_type|, NULL is returned.
 | 
|    virtual const DecoderInfo* GetDecoderInfo(uint8_t rtp_payload_type) const;
 | 
| 
 |