| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index 77d4941458969da14df8f10cb08ec9743ff6bc57..873b262544bf5f63c87b9f7c4d5300c54f924cc5 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -88,6 +88,7 @@ class UserMediaClientImpl;
|
| struct CommitNavigationParams;
|
| struct CommonNavigationParams;
|
| struct CustomContextMenuContext;
|
| +struct FrameReplicationState;
|
| struct RequestNavigationParams;
|
| struct ResourceResponseHead;
|
|
|
| @@ -536,7 +537,8 @@ class CONTENT_EXPORT RenderFrameImpl
|
| // The documentation for these functions should be in
|
| // content/common/*_messages.h for the message that the function is handling.
|
| void OnBeforeUnload();
|
| - void OnSwapOut(int proxy_routing_id);
|
| + void OnSwapOut(int proxy_routing_id,
|
| + const FrameReplicationState& remote_frame_state);
|
| void OnStop();
|
| void OnShowContextMenu(const gfx::Point& location);
|
| void OnContextMenuClosed(const CustomContextMenuContext& custom_context);
|
|
|