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

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: some review comments addressed Created 5 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/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 72eb2f452eb456366ec24113989a08dc27111bf1..33bd4db38d076ba93984acfe125a608552e0de2e 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -505,6 +505,12 @@ IPC_MESSAGE_ROUTED4(FrameMsg_CommitNavigation,
content::CommonNavigationParams, /* common_params */
content::RequestNavigationParams /* request_params */)
+// Replace this frame with a RenderFrameProxy whose routing ID is
+// |proxy_routing_id|.
+// The proxy points to a guest process.
Charlie Reis 2015/04/08 23:42:11 Please rephrase (same "proxy points" issue).
lazyboy 2015/04/14 01:38:04 Done.
+IPC_MESSAGE_ROUTED1(FrameMsg_ReplaceLocalFrameWithProxy,
+ int32 /* proxy_routing_id */)
+
#if defined(ENABLE_PLUGINS)
// Notifies the renderer of updates to the Plugin Power Saver origin whitelist.
IPC_MESSAGE_ROUTED1(FrameMsg_UpdatePluginContentOriginWhitelist,

Powered by Google App Engine
This is Rietveld 408576698