| Index: content/browser/renderer_host/media/media_stream_device_settings.cc
|
| diff --git a/content/browser/renderer_host/media/media_stream_device_settings.cc b/content/browser/renderer_host/media/media_stream_device_settings.cc
|
| index 328a1eb5e8fc9747b286a159f35cf21d9b91f024..7ffb3138289d035e72b6a7abe9dc42028efa66a0 100644
|
| --- a/content/browser/renderer_host/media/media_stream_device_settings.cc
|
| +++ b/content/browser/renderer_host/media/media_stream_device_settings.cc
|
| @@ -150,7 +150,7 @@ void MediaStreamDeviceSettings::AvailableDevices(
|
| if (request->options.audio) {
|
| num_media_requests++;
|
| }
|
| - if (request->options.video_option != StreamOptions::kNoCamera) {
|
| + if (request->options.video) {
|
| num_media_requests++;
|
| }
|
|
|
|
|