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

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

Issue 2538033003: Implement GetUserMedia device ID constraint processing in the renderer. (Closed)
Patch Set: hta's comments Created 4 years 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 bdcc42f0a598a958954309a073e71bd6dbf3ddc2..c50cb4a44ad8c74c41266b98899c49547520e180 100644
--- a/content/common/media/media_stream_messages.h
+++ b/content/common/media/media_stream_messages.h
@@ -29,8 +29,7 @@ IPC_ENUM_TRAITS_MAX_VALUE(content::MediaStreamRequestResult,
IPC_STRUCT_TRAITS_BEGIN(content::TrackControls)
IPC_STRUCT_TRAITS_MEMBER(requested)
IPC_STRUCT_TRAITS_MEMBER(stream_source)
- IPC_STRUCT_TRAITS_MEMBER(device_ids)
- IPC_STRUCT_TRAITS_MEMBER(alternate_device_ids)
+ IPC_STRUCT_TRAITS_MEMBER(device_id)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(content::StreamControls)
« no previous file with comments | « content/browser/renderer_host/media/media_stream_manager.cc ('k') | content/common/media/media_stream_options.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698