| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 72baac5eb7fd41f06127e1024fef8101a6d4e34d..a337b848522646ef49a46069f7d3ce496309d562 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -644,7 +644,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
|
|
|