| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 2af691154a4559dc16cc483c0e8fcf2ae098bee3..fa0142d78b353c78fc706f2f4cb8bd35fd99fee9 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -1236,8 +1236,9 @@ IPC_MESSAGE_ROUTED4(ViewHostMsg_DidLoadResourceFromMemoryCache,
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_DidDisplayInsecureContent)
|
|
|
| // Sent when the renderer runs insecure content in a secure origin.
|
| -IPC_MESSAGE_ROUTED1(ViewHostMsg_DidRunInsecureContent,
|
| - std::string /* security_origin */)
|
| +IPC_MESSAGE_ROUTED2(ViewHostMsg_DidRunInsecureContent,
|
| + std::string /* security_origin */,
|
| + std::string /* target URL */);
|
|
|
| // Sent when the renderer starts a provisional load for a frame.
|
| IPC_MESSAGE_ROUTED3(ViewHostMsg_DidStartProvisionalLoadForFrame,
|
|
|