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) |
- 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. |