| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index c8b01cb8bafc151a02ef9136f9e9fcb88bf3a3fd..d6370ab47c963242d5c46e754fa0695b636819ff 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -675,6 +675,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)
|
|
|