| Index: content/common/media/media_stream_messages.h
|
| diff --git a/content/common/media/media_stream_messages.h b/content/common/media/media_stream_messages.h
|
| index bdcc42f0a598a958954309a073e71bd6dbf3ddc2..31a21377c59982b1d8cb825df7defb379091bdc8 100644
|
| --- a/content/common/media/media_stream_messages.h
|
| +++ b/content/common/media/media_stream_messages.h
|
| @@ -77,13 +77,6 @@ IPC_MESSAGE_ROUTED2(MediaStreamMsg_DeviceStopped,
|
| std::string /* label */,
|
| content::StreamDeviceInfo /* the device */)
|
|
|
| -// The browser has enumerated devices. If no devices are found
|
| -// |device_list| is empty.
|
| -// Used by Pepper and WebRTC.
|
| -IPC_MESSAGE_ROUTED2(MediaStreamMsg_DevicesEnumerated,
|
| - int /* request id */,
|
| - content::StreamDeviceInfoArray /* device_list */)
|
| -
|
| // TODO(wjia): should DeviceOpen* messages be merged with
|
| // StreamGenerat* ones?
|
| // The browser has opened a device successfully.
|
|
|