| Index: content/common/frame_messages.h
 | 
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
 | 
| index ec76ea6950d62b451a19389e8e6763731af5b312..69c22468464ebffa7039cdb5f9bce31e28eede2a 100644
 | 
| --- a/content/common/frame_messages.h
 | 
| +++ b/content/common/frame_messages.h
 | 
| @@ -1256,9 +1256,8 @@ IPC_SYNC_MESSAGE_ROUTED4_2(FrameHostMsg_RunJavaScriptMessage,
 | 
|  // Displays a dialog to confirm that the user wants to navigate away from the
 | 
|  // page. Replies true if yes, and false otherwise. The reply string is ignored,
 | 
|  // but is included so that we can use OnJavaScriptMessageBoxClosed.
 | 
| -IPC_SYNC_MESSAGE_ROUTED3_2(FrameHostMsg_RunBeforeUnloadConfirm,
 | 
| +IPC_SYNC_MESSAGE_ROUTED2_2(FrameHostMsg_RunBeforeUnloadConfirm,
 | 
|                             GURL,           /* in - originating frame URL */
 | 
| -                           base::string16  /* in - alert message */,
 | 
|                             bool            /* in - is a reload */,
 | 
|                             bool            /* out - success */,
 | 
|                             base::string16  /* out - This is ignored.*/)
 | 
| 
 |