| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 28e956afe65a2632af02f5a5ca87d8a9989f2193..12a9c5cab571ca48f90a5443300705ac91e59b50 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -1478,15 +1478,13 @@ IPC_MESSAGE_ROUTED2(FrameHostMsg_DidRunInsecureContent,
|
|
|
| // Sent when the renderer displays content that was loaded with
|
| // certificate errors.
|
| -IPC_MESSAGE_ROUTED2(FrameHostMsg_DidDisplayContentWithCertificateErrors,
|
| - GURL /* resource url */,
|
| - std::string /* serialized security info */)
|
| +IPC_MESSAGE_ROUTED1(FrameHostMsg_DidDisplayContentWithCertificateErrors,
|
| + GURL /* resource url */)
|
|
|
| // Sent when the renderer runs content that was loaded with certificate
|
| // errors.
|
| -IPC_MESSAGE_ROUTED2(FrameHostMsg_DidRunContentWithCertificateErrors,
|
| - GURL /* resource url */,
|
| - std::string /* serialized security info */)
|
| +IPC_MESSAGE_ROUTED1(FrameHostMsg_DidRunContentWithCertificateErrors,
|
| + GURL /* resource url */)
|
|
|
| // Response to FrameMsg_GetSavableResourceLinks.
|
| IPC_MESSAGE_ROUTED3(FrameHostMsg_SavableResourceLinksResponse,
|
|
|