| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 9e64f0570ef871a8e106b4214fb8e4b5c35fdb15..190d7f99db5b4028e9a83b2fca6d3d64a8a2f03b 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1834,13 +1834,6 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_DataReceived_ACK,
|
| IPC_MESSAGE_CONTROL1(ViewHostMsg_RevealFolderInOS,
|
| FilePath /* path */)
|
|
|
| -// 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
|
|
|