From 60eca4eb056d421943eba9b87d6590985565c2fb Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Fri, 6 Dec 2013 00:02:16 +0000 Subject: Move more of the plugin code in the renderer to use RenderFrame instead of RenderView. This is part of the work of making ContentRendererClient's OverrideCreatePlugin and CreatePluginReplacement take only a RenderFrame. I'm still not there yet, which is why their signatures haven't been trimmed. BUG=304341 R=fsamuel@chromium.org, nasko@chromium.org Review URL: https://codereview.chromium.org/107183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239075 0039d316-1c4b-4281-b951-d872f2087c98 --- content/common/resource_messages.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'content/common/resource_messages.h') diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h index d47052f..0ee74eb 100644 --- a/content/common/resource_messages.h +++ b/content/common/resource_messages.h @@ -176,6 +176,9 @@ IPC_STRUCT_BEGIN(ResourceHostMsg_Request) // True if the request was user initiated. IPC_STRUCT_MEMBER(bool, has_user_gesture) + // The routing id of the RenderFrame. + IPC_STRUCT_MEMBER(int, render_frame_id) + // True if |frame_id| is the main frame of a RenderView. IPC_STRUCT_MEMBER(bool, is_main_frame) -- cgit v1.1