| 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 10041f035f87b3bf3dafed5bbdba09822d68914a..e6870e150b09d024996e7f5eaa6806bea062b22b 100644
|
| --- a/content/public/common/media_stream_request.h
|
| +++ b/content/public/common/media_stream_request.h
|
| @@ -26,9 +26,6 @@ enum MediaStreamType {
|
| MEDIA_DEVICE_VIDEO_CAPTURE,
|
|
|
| // Mirroring of a browser tab.
|
| - //
|
| - // TODO(serygeu): Remove these values and use MEDIA_DESKTOP_VIDEO_CAPTURE and
|
| - // MEDIA_DESKTOP_AUDIO_CAPTURE.
|
| MEDIA_TAB_AUDIO_CAPTURE,
|
| MEDIA_TAB_VIDEO_CAPTURE,
|
|
|
| @@ -166,7 +163,6 @@ struct CONTENT_EXPORT MediaStreamRequest {
|
| int render_process_id,
|
| int render_view_id,
|
| int page_request_id,
|
| - const std::string& tab_capture_device_id,
|
| const GURL& security_origin,
|
| MediaStreamRequestType request_type,
|
| const std::string& requested_audio_device_id,
|
|
|