Chromium Code Reviews| 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, |