| Index: remoting/host/chromoting_host.cc
|
| diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc
|
| index 9a9abee43c591ea9728d257d29b1bc55a1c25eb9..ea7bc862b521bec09b8092b04ee08f41da0b336e 100644
|
| --- a/remoting/host/chromoting_host.cc
|
| +++ b/remoting/host/chromoting_host.cc
|
| @@ -235,7 +235,7 @@ void ChromotingHost::OnSessionChannelsConnected(ClientSession* client) {
|
| scoped_ptr<AudioEncoder> audio_encoder =
|
| CreateAudioEncoder(client->connection()->session()->config());
|
| audio_scheduler_ = new AudioScheduler(
|
| - context_->capture_task_runner(),
|
| + context_->audio_task_runner(),
|
| context_->network_task_runner(),
|
| desktop_environment_->audio_capturer(),
|
| audio_encoder.Pass(),
|
|
|