Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(786)

Unified Diff: content/common/media/media_stream_messages.h

Issue 10928043: Media Related changes for TabCapture API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename REQUEST_*->MEDIA_REQUEST_* Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 99314927516f3ffa2d7ac028c0dd7f19d72e302f..79da02043039faa1430dd519d40ba02f5b9fdeed 100644
--- a/content/common/media/media_stream_messages.h
+++ b/content/common/media/media_stream_messages.h
@@ -20,7 +20,9 @@ IPC_ENUM_TRAITS(media_stream::MediaStreamType)
IPC_STRUCT_TRAITS_BEGIN(media_stream::StreamOptions)
IPC_STRUCT_TRAITS_MEMBER(audio_type)
+ IPC_STRUCT_TRAITS_MEMBER(audio_device_id)
IPC_STRUCT_TRAITS_MEMBER(video_type)
+ IPC_STRUCT_TRAITS_MEMBER(video_device_id)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(media_stream::StreamDeviceInfo)
@@ -85,14 +87,6 @@ IPC_MESSAGE_CONTROL4(MediaStreamHostMsg_GenerateStream,
media_stream::StreamOptions /* components */,
GURL /* security origin */)
-// Request a new media stream for a specific device.
-IPC_MESSAGE_CONTROL5(MediaStreamHostMsg_GenerateStreamForDevice,
- int /* render view id */,
- int /* request id */,
- media_stream::StreamOptions /* components */,
- std::string /* device_id */,
- GURL /* security origin */)
-
// Request to cancel the request for a new media stream.
IPC_MESSAGE_CONTROL2(MediaStreamHostMsg_CancelGenerateStream,
int /* render view id */,

Powered by Google App Engine
This is Rietveld 408576698