| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 8915554d78b334d865fd2cfecabf7b282f5e2991..e7a80a0b2c14342f8f6895cc20c98cede7e15d52 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1409,9 +1409,10 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_DocumentOnLoadCompletedInMainFrame,
|
| // 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_ROUTED3(ViewHostMsg_DidLoadResourceFromMemoryCache,
|
| GURL /* url */,
|
| - std::string /* security info */)
|
| + std::string /* security info */,
|
| + std::string /* http method */)
|
|
|
| // Sent when the renderer displays insecure content in a secure page.
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_DidDisplayInsecureContent)
|
|
|