| Index: remoting/protocol/audio_writer.cc
|
| diff --git a/remoting/protocol/audio_writer.cc b/remoting/protocol/audio_writer.cc
|
| index be60d2e6955f9a02ee10a7b86627093babbfea3f..3ab624b402a348f6e6f0fdaf0502d70a619c1367 100644
|
| --- a/remoting/protocol/audio_writer.cc
|
| +++ b/remoting/protocol/audio_writer.cc
|
| @@ -34,5 +34,9 @@ scoped_ptr<AudioWriter> AudioWriter::Create(const SessionConfig& config) {
|
| return make_scoped_ptr(new AudioWriter());
|
| }
|
|
|
| +void AudioWriter::OnIncomingMessage(scoped_ptr<CompoundBuffer> message) {
|
| + LOG(ERROR) << "Received unexpected message on the audio channel.";
|
| +}
|
| +
|
| } // namespace protocol
|
| } // namespace remoting
|
|
|