Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 1552af5967104719a3bb550a55ada9aa3e6121ea..598a789763e06844a487619d0f15491d443fc14b 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -224,9 +224,8 @@ IPC_STRUCT_BEGIN(FrameMsg_Navigate_Params) |
// FrameHostMsg_DidCommitProvisionalLoad message. |
IPC_STRUCT_MEMBER(int32, page_id) |
- // If page_id is -1, then pending_history_list_offset will also be -1. |
- // Otherwise, it contains the offset into the history list corresponding to |
- // the current navigation. |
+ // For history navigations, this is the offset in the history list of the |
+ // pending load. For non-history navigations, this will be ignored. |
IPC_STRUCT_MEMBER(int, pending_history_list_offset) |
// Informs the RenderView of where its current page contents reside in |