| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 082b933d5324857147a32c2a0dad50ec60b43b4a..760e95c3862fab6a5cfcf63a95896ea04f7b8744 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -678,6 +678,9 @@ IPC_MESSAGE_ROUTED4(FrameHostMsg_ShowCreatedWindow,
|
| gfx::Rect /* initial_rect */,
|
| bool /* opened_by_user_gesture */)
|
|
|
| +// Let the browser know a StreamHandle has been consumed and can be released.
|
| +IPC_MESSAGE_ROUTED1(FrameHostMsg_StreamHandleConsumed, GURL /* stream_url */)
|
| +
|
| #if BUILDFLAG(ENABLE_PLUGINS)
|
| IPC_STRUCT_TRAITS_BEGIN(content::PepperRendererInstanceData)
|
| IPC_STRUCT_TRAITS_MEMBER(render_process_id)
|
|
|