| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 12585d0efaab76a90ff3e6fd3725811d489180ea..a36adbc5ee6fef9c6d05c09384c51df67fd5c511 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -656,7 +656,7 @@ IPC_MESSAGE_ROUTED3(FrameMsg_Navigate,
|
|
|
| // Instructs the renderer to invoke the frame's beforeunload event handler.
|
| // Expects the result to be returned via FrameHostMsg_BeforeUnload_ACK.
|
| -IPC_MESSAGE_ROUTED0(FrameMsg_BeforeUnload)
|
| +IPC_MESSAGE_ROUTED1(FrameMsg_BeforeUnload, bool /* is_reload */)
|
|
|
| // Instructs the frame to swap out for a cross-site transition, including
|
| // running the unload event handler and creating a RenderFrameProxy with the
|
|
|