| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 0c0a4addafadbb963c7af48a5506c7085e2d20de..3053195a002ff95df4d70441937934a8d88126be 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -658,10 +658,6 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_Close_ACK,
|
| // message.
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_ClosePage_ACK)
|
|
|
| -// Notifies the browser that we have session history information.
|
| -IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateState,
|
| - content::PageState /* state */)
|
| -
|
| // Notifies the browser that we want to show a destination url for a potential
|
| // action (e.g. when the user is hovering over a link).
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateTargetURL,
|
|
|