| Index: content/browser/renderer_host/media/media_stream_manager.h
|
| diff --git a/content/browser/renderer_host/media/media_stream_manager.h b/content/browser/renderer_host/media/media_stream_manager.h
|
| index 9499e32f257581cbed967487d1744075582ce61b..b95d1ebd0dfccbefef6d133d385e124d5db2497c 100644
|
| --- a/content/browser/renderer_host/media/media_stream_manager.h
|
| +++ b/content/browser/renderer_host/media/media_stream_manager.h
|
| @@ -289,7 +289,7 @@ class CONTENT_EXPORT MediaStreamManager
|
| // MEDIA_TAB_VIDEO_CAPTURE for being posted to the UI by parsing
|
| // StreamOptions::Constraints for requested tab capture IDs.
|
| bool SetupTabCaptureRequest(DeviceRequest* request);
|
| - // Prepare |request| of type MEDIA_LOOPBACK_AUDIO_CAPTURE and/or
|
| + // Prepare |request| of type MEDIA_DESKTOP_AUDIO_CAPTURE and/or
|
| // MEDIA_DESKTOP_VIDEO_CAPTURE for being posted to the UI by parsing
|
| // StreamOptions::Constraints for the requested desktop ID.
|
| bool SetupScreenCaptureRequest(DeviceRequest* request);
|
|
|