| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index e9de89cab0fa0f77df4122c79d2954c272cd715f..f9b4a516327a734738b99d6bed5ce82c3a27a88a 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1858,13 +1858,6 @@ IPC_SYNC_MESSAGE_ROUTED3_2(ViewHostMsg_RunBeforeUnloadConfirm,
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_DataReceived_ACK,
|
| int /* request_id */)
|
|
|
| -// Sent when a provisional load on the main frame redirects.
|
| -IPC_MESSAGE_ROUTED4(ViewHostMsg_DidRedirectProvisionalLoad,
|
| - int /* page_id */,
|
| - GURL /* opener url if present, else empty */,
|
| - GURL /* last url */,
|
| - GURL /* url redirected to */)
|
| -
|
| // Sent when the renderer changes the zoom level for a particular url, so the
|
| // browser can update its records. If remember is true, then url is used to
|
| // update the zoom level for all pages in that site. Otherwise, the render
|
|
|