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

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

Issue 10177008: Shift media_stream::StreamOptions to align with the new getUserMedia spec (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 8 years, 8 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 75cd1cee57acc776afda2058788c51bb5d346a60..5a422cd0a587434cdc78d0d36c21b13b64339fed 100644
--- a/content/common/media/media_stream_messages.h
+++ b/content/common/media/media_stream_messages.h
@@ -16,11 +16,10 @@
#define IPC_MESSAGE_START MediaStreamMsgStart
IPC_ENUM_TRAITS(media_stream::MediaStreamType)
-IPC_ENUM_TRAITS(media_stream::StreamOptions::VideoOption)
IPC_STRUCT_TRAITS_BEGIN(media_stream::StreamOptions)
IPC_STRUCT_TRAITS_MEMBER(audio)
- IPC_STRUCT_TRAITS_MEMBER(video_option)
+ IPC_STRUCT_TRAITS_MEMBER(video)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(media_stream::StreamDeviceInfo)
« 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