| Index: content/public/common/media_stream_request.h
|
| diff --git a/content/public/common/media_stream_request.h b/content/public/common/media_stream_request.h
|
| index 55171ab9489b3ffccaf6121e32799514e34985a0..71188adde5ccb7038d26f07f5b43f25b23967b66 100644
|
| --- a/content/public/common/media_stream_request.h
|
| +++ b/content/public/common/media_stream_request.h
|
| @@ -38,9 +38,9 @@ enum MediaStreamType {
|
| // Capture system audio (post-mix loopback stream).
|
| MEDIA_DESKTOP_AUDIO_CAPTURE,
|
|
|
| - // This is used for enumerating audio output devices.
|
| - // TODO(grunell): Output isn't really a part of media streams. Device
|
| - // enumeration should be decoupled from media streams and related code.
|
| + // TODO(guidou): This is used for device enumerations, but it is not a
|
| + // media stream type. Remove when handling of renderer-generated enumeration
|
| + // requests is removed from MediaStreamManager. See http://crbug.com/648183.
|
| MEDIA_DEVICE_AUDIO_OUTPUT,
|
|
|
| NUM_MEDIA_TYPES
|
|
|