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. |
brettw
2011/08/09 18:14:40
Can you expand on this? It doesn't actually tell w
cbentzel
2011/08/09 18:21:14
This impacts Instant as well [and yes, names are c
brettw
2011/08/09 19:38:34
This would be a great example to put in the commen
|
+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 |