| Index: content/common/browser_plugin/browser_plugin_messages.h
|
| diff --git a/content/common/browser_plugin/browser_plugin_messages.h b/content/common/browser_plugin/browser_plugin_messages.h
|
| index 4894b512237e452d77e8d8c2bb2eb080dcea4b18..028bc943b83767979f5dc157e2f2a3f654e8a2d1 100644
|
| --- a/content/common/browser_plugin/browser_plugin_messages.h
|
| +++ b/content/common/browser_plugin/browser_plugin_messages.h
|
| @@ -85,11 +85,6 @@ IPC_STRUCT_BEGIN(BrowserPluginMsg_LoadCommit_Params)
|
| IPC_STRUCT_MEMBER(GURL, url)
|
| // Indicates whether the navigation was on the top-level frame.
|
| IPC_STRUCT_MEMBER(bool, is_top_level)
|
| - // The index of the current navigation entry after this navigation was
|
| - // committed.
|
| - IPC_STRUCT_MEMBER(int, current_entry_index)
|
| - // The number of navigation entries after this navigation was committed.
|
| - IPC_STRUCT_MEMBER(int, entry_count)
|
| IPC_STRUCT_END()
|
|
|
| IPC_STRUCT_BEGIN(BrowserPluginMsg_UpdateRect_Params)
|
|
|