Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 53d6d8369eaba00accf6cf6ab463615266631e11..05227cbfcc8c85166cd102b75ed936b3b5026a5f 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, |