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

Unified Diff: content/common/view_messages.h

Issue 972313002: Make <webview> use out-of-process iframe architecture. (Closed) Base URL: ssh://saopaulo.wat/mnt/dev/shared/src@testoopif2z-better-chrome
Patch Set: Make <webview> work without --site-per-process as well Created 5 years, 8 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 f9478e098db69d31a8436a35237cd84ffd5cfb3d..593a8263268c19e81ee749ab6a3868f066ff7738 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -535,6 +535,10 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
// The maximum size to layout the page if auto-resize is enabled.
IPC_STRUCT_MEMBER(gfx::Size, max_size)
+
+ // Whether the RenderView is for a guest.
+ // TODO(lazyboy): Remove once we can use RFP to route postMessage.
Charlie Reis 2015/04/30 23:06:47 I think that's already possible. Check with alexm
lazyboy 2015/05/05 07:28:15 The comment was a bit misleading, this is required
+ IPC_STRUCT_MEMBER(bool, is_guest)
IPC_STRUCT_END()
// Messages sent from the browser to the renderer.

Powered by Google App Engine
This is Rietveld 408576698