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

Unified Diff: content/common/frame_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/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 32052dfae193c253d81c33fe5fd23c2e32766f51..8aa183af48ed7c1b49894bfe7c66a27458912ae1 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -575,6 +575,11 @@ IPC_MESSAGE_ROUTED4(FrameMsg_FailedNavigation,
content::RequestNavigationParams, /* request_params */
bool, /* stale_copy_in_cache */
int /* error_code */)
+// Replace this frame with a RenderFrameProxy whose routing ID is
Charlie Reis 2015/04/30 23:06:47 nit: Blank line before.
lazyboy 2015/05/05 07:28:15 Done.
+// |proxy_routing_id|.
+// The proxy is for a frame in guest that lives in embedder process.
Charlie Reis 2015/04/30 23:06:47 nit: Move to previous line. Also rephrase: The pro
lazyboy 2015/05/05 07:28:15 Done.
+IPC_MESSAGE_ROUTED1(FrameMsg_ReplaceLocalFrameWithProxy,
Charlie Reis 2015/04/30 23:06:47 This should probably be listed next to SwapOut.
lazyboy 2015/05/05 07:28:15 Done.
+ int32 /* proxy_routing_id */)
#if defined(ENABLE_PLUGINS)
// Notifies the renderer of updates to the Plugin Power Saver origin whitelist.

Powered by Google App Engine
This is Rietveld 408576698