| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 56d2fc55819c15e123f2197e6479f96d7bd67338..c1720c0ad22778a4bbe7f0612e667c22904272e1 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -736,9 +736,7 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_Close_ACK,
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_ClosePage_ACK)
|
|
|
| // Notifies the browser that we have session history information.
|
| -// page_id: unique ID that allows us to distinguish between history entries.
|
| -IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateState,
|
| - int32_t /* page_id */,
|
| +IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateState,
|
| content::PageState /* state */)
|
|
|
| // Notifies the browser that we want to show a destination url for a potential
|
|
|