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