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

Unified Diff: content/common/frame_messages.h

Issue 2932453002: PlzNavigate: Release StreamHandle. (Closed)
Patch Set: Addressed comments (+Rebase) Created 3 years, 6 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/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index c8b01cb8bafc151a02ef9136f9e9fcb88bf3a3fd..f7d77a7edf5f793942a43cfd8c83bab47d4edad3 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 knows a StreamHandle has been consumed and can be released.
clamy 2017/06/12 15:15:47 nit: s/knows/know
arthursonzogni 2017/06/13 09:21:48 Done.
+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)

Powered by Google App Engine
This is Rietveld 408576698