Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index eaf0655fc4ceb03683b95cd42a5d974b1c53c33c..094dd755c99f952140a4f4a22dbaac6fdd75cbb6 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -744,6 +744,10 @@ IPC_STRUCT_END() |
IPC_MESSAGE_CONTROL1(ViewMsg_SetNextPageID, |
int32 /* next_page_id */) |
+// Used to fix page_id offsets when pruning history. |
+IPC_MESSAGE_ROUTED1(ViewMsg_OffsetAndPruneHistory, |
+ int32 /* offset */) |
+ |
// Sends System Colors corresponding to a set of CSS color keywords |
// down the pipe. |
// This message must be sent to the renderer immediately on launch |