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

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: Revert unused changes from previous attempt + more cleanup. Created 5 years, 10 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 5a7fc0d1b0c1d2a8af65250a23157dfef2479b31..8b84785f3cf212c5f97eccbd809e10970fd6151f 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -546,6 +546,11 @@ IPC_MESSAGE_ROUTED4(FrameMsg_CommitNavigation,
content::CommonNavigationParams, /* common_params */
content::CommitNavigationParams /* commit_params */)
+// Replace this frame with a RenderFrameProxy whose routing ID is
Charlie Reis 2015/03/10 04:09:45 Isn't this essentially what swap does?
lazyboy 2015/04/01 21:47:58 More or less, it does subset of swap. Swap disconn
+// |proxy_routing_id|.
+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