| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 2ecbaa452d571c99d8b7e25a35ea293a54dce325..3f8c413f9e828a55132cd4d82c3c1dfa4d3950de 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1408,9 +1408,11 @@ 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_ROUTED4(ViewHostMsg_DidLoadResourceFromMemoryCache,
|
| GURL /* url */,
|
| - std::string /* security info */)
|
| + std::string /* security info */,
|
| + std::string /* http method */,
|
| + ResourceType::Type /* resource type */)
|
|
|
| // Sent when the renderer displays insecure content in a secure page.
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_DidDisplayInsecureContent)
|
|
|