| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index eaf0655fc4ceb03683b95cd42a5d974b1c53c33c..cf6c1b381bf0a389d1378612948e2d50077ea23f 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 offset 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
|
|
|