diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/render_messages_internal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index eb6dc2b6..dedf4774 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -627,8 +627,10 @@ IPC_BEGIN_MESSAGES(ViewHost) // The security info is non empty if the resource was originally loaded over // a secure connection. // Note: May only be sent once per URL per frame per committed load. - IPC_MESSAGE_ROUTED2(ViewHostMsg_DidLoadResourceFromMemoryCache, + IPC_MESSAGE_ROUTED4(ViewHostMsg_DidLoadResourceFromMemoryCache, GURL /* url */, + std::string /* frame_origin */, + std::string /* main_frame_origin */, std::string /* security info */) // Sent when the renderer starts a provisional load for a frame. |