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

Unified Diff: content/common/view_messages.h

Issue 10378089: Browser Plugin: Removed BrowserPluginWebContentsObserver (to be replaced by rewritten BrowserPlugi… (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Updated Created 8 years, 7 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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698