| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 5868a5dc0774c433fe393a368528b765410096be..88920269b462541aa4709e6759c526262df599a7 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -234,10 +234,6 @@ IPC_STRUCT_BEGIN_WITH_PARENT(FrameHostMsg_DidCommitProvisionalLoad_Params,
|
| // 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)
|
| -
|
| // The gesture that initiated this navigation.
|
| IPC_STRUCT_MEMBER(content::NavigationGesture, gesture)
|
|
|
|
|