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

Unified Diff: content/common/view_messages.h

Issue 9609008: Implemented Browser Plugin (NOT FOR REVIEW) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Merge with ToT. GuestToEmbedderChannel is now Dispatcher. 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/common/browser_plugin_messages.h ('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 5045b17848fb38e956e44b3807513e292ea34a65..ac05990cfd2aa833780ced3ee7f5aed1f45b5ba9 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -28,6 +28,7 @@
#include "ipc/ipc_platform_file.h"
#include "media/base/channel_layout.h"
#include "media/base/media_log_event.h"
+#include "ppapi/c/pp_instance.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebCompositionUnderline.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h"
@@ -651,9 +652,10 @@ 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 embedder of this view if it has one.
+ IPC_STRUCT_MEMBER(int32, embedder_process_id)
+
+ 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/common/browser_plugin_messages.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698