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

Unified Diff: content/common/view_messages.h

Issue 9721001: Plumb Guest flag to RenderViewImpl (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Updated broken render_view_test Created 8 years, 9 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/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 2cecf9ea09161a4de306f9bae70cf08bf7d5c7f9..90ca715ccb92f300a5174d85416182551bc0234d 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -643,6 +643,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)
IPC_STRUCT_END()
// Messages sent from the browser to the renderer.

Powered by Google App Engine
This is Rietveld 408576698