| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 4c3c4ec031c5cbc13b8be7fcac5e2548634d8d30..55597d5dc660e34af50fa1e7db9a6187765b70e1 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -221,9 +221,6 @@ IPC_STRUCT_BEGIN_WITH_PARENT(FrameHostMsg_DidCommitProvisionalLoad_Params,
|
| // Whether this commit created a new entry.
|
| IPC_STRUCT_MEMBER(bool, did_create_new_entry)
|
|
|
| - // Whether this commit should replace the current entry.
|
| - IPC_STRUCT_MEMBER(bool, should_replace_current_entry)
|
| -
|
| // Information regarding the security of the connection (empty if the
|
| // connection was not secure).
|
| IPC_STRUCT_MEMBER(std::string, security_info)
|
|
|