| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 11701)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -627,8 +627,10 @@
|
| // 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.
|
|
|