| Index: remoting/protocol/fake_connection_to_host.cc
|
| diff --git a/remoting/protocol/fake_connection_to_host.cc b/remoting/protocol/fake_connection_to_host.cc
|
| index e7964b7c55383f0fc61d1b170f1cac09c4f0317b..121b52a82db1fec1687a93f639d074a6d9274ef6 100644
|
| --- a/remoting/protocol/fake_connection_to_host.cc
|
| +++ b/remoting/protocol/fake_connection_to_host.cc
|
| @@ -22,7 +22,9 @@ void FakeConnectionToHost::set_clipboard_stub(
|
| void FakeConnectionToHost::set_video_renderer(
|
| protocol::VideoRenderer* video_renderer) {}
|
|
|
| -void FakeConnectionToHost::set_audio_stub(protocol::AudioStub* audio_stub) {}
|
| +void FakeConnectionToHost::InitializeAudio(
|
| + scoped_refptr<base::SingleThreadTaskRunner> audio_decode_task_runner,
|
| + base::WeakPtr<protocol::AudioStub> audio_stub) {}
|
|
|
| void FakeConnectionToHost::Connect(
|
| std::unique_ptr<protocol::Session> session,
|
|
|