Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index 4e18783c0361d54bb373f6e8242f11aeb4d5fd70..084d7c3d6079dfe2e8a902dc557f3240a321b879 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -651,9 +651,14 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params) |
| // The properties of the screen associated with the view. |
| IPC_STRUCT_MEMBER(WebKit::WebScreenInfo, screen_info) |
| - // Indicates whether this newly created RenderView will be hosted by another |
| - // RenderView. |
| - IPC_STRUCT_MEMBER(bool, guest) |
| + // The process ID of the RenderProcessHost of the embedder of this view if it |
| + // has one. |
| + IPC_STRUCT_MEMBER(int32, embedder_process_id) |
|
jam
2012/05/14 04:49:21
we have avoided making renderers aware of process
|
| + |
| + // The routing ID of the embedder of this view if it has one. |
| + // The embedder process ID + embedder routing ID uniquely identify the |
| + // RenderViewHost of the embedder. |
| + IPC_STRUCT_MEMBER(int32, embedder_routing_id) |
| // The accessibility mode of the renderer. |
| IPC_STRUCT_MEMBER(AccessibilityMode, accessibility_mode) |