| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 13c5d8da40bd634d7cd94a9cdcae73b92ff346ce..3dd4c1985eea0c668b17193686191e62e88bc7f8 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1415,9 +1415,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)
|
|
|