| Index: remoting/host/chromoting_host.cc
|
| diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc
|
| index 8b71a1f753e70a61189f473865be6aa71303b89e..4843ac3845741ba9ad5e7066ea2ce5e4ee0e226e 100644
|
| --- a/remoting/host/chromoting_host.cc
|
| +++ b/remoting/host/chromoting_host.cc
|
| @@ -84,7 +84,7 @@ ChromotingHost::ChromotingHost(
|
| DCHECK(desktop_environment_);
|
| DCHECK(context_->network_task_runner()->BelongsToCurrentThread());
|
|
|
| - if (!AudioCapturer::IsSupported()) {
|
| + if (!AudioCapturer::IsSupported(context)) {
|
| // Disable audio by replacing our list of supported audio configurations
|
| // with the NONE config.
|
| protocol_config_->mutable_audio_configs()->clear();
|
|
|