Chromium Code Reviews| Index: content/common/media/video_capture_messages.h |
| diff --git a/content/common/media/video_capture_messages.h b/content/common/media/video_capture_messages.h |
| index 30ac62c4766e6fcb58a065a4cc5b83e5a70e3e22..55cbb38496dc5c374148060c02c9e0ec1ca3ef9b 100644 |
| --- a/content/common/media/video_capture_messages.h |
| +++ b/content/common/media/video_capture_messages.h |
| @@ -20,10 +20,6 @@ IPC_STRUCT_TRAITS_BEGIN(media::VideoCaptureParams) |
| IPC_STRUCT_TRAITS_MEMBER(allow_resolution_change) |
| IPC_STRUCT_TRAITS_END() |
| -IPC_STRUCT_TRAITS_BEGIN(media::VideoCaptureCapability) |
|
perkj_chrome
2013/11/27 17:53:12
I am a bit confused. Have you added IPC_STRUCT_TRA
mcasas
2013/12/03 14:28:41
sheu@ added it during the review, diff can be seen
|
| - IPC_STRUCT_TRAITS_MEMBER(supported_format) |
| -IPC_STRUCT_TRAITS_END() |
| - |
| // TODO(nick): device_id in these messages is basically just a route_id. We |
| // should shift to IPC_MESSAGE_ROUTED and use MessageRouter in the filter impls. |