| Index: content/common/render_process_messages.h
|
| diff --git a/content/common/render_process_messages.h b/content/common/render_process_messages.h
|
| index 5ff6255e8ad62eabf77619ed2a8748f0f98b13a1..e802f8e642847dc0559f0f89e3aff90e41a48aa5 100644
|
| --- a/content/common/render_process_messages.h
|
| +++ b/content/common/render_process_messages.h
|
| @@ -40,10 +40,11 @@ IPC_STRUCT_TRAITS_END()
|
| // Asks the browser process to generate a keypair for grabbing a client
|
| // certificate from a CA (<keygen> tag), and returns the signed public
|
| // key and challenge string.
|
| -IPC_SYNC_MESSAGE_CONTROL3_1(RenderProcessHostMsg_Keygen,
|
| +IPC_SYNC_MESSAGE_CONTROL4_1(RenderProcessHostMsg_Keygen,
|
| uint32_t /* key size index */,
|
| std::string /* challenge string */,
|
| GURL /* URL of requestor */,
|
| + GURL /* Origin of top-level frame */,
|
| std::string /* signed public key and challenge */)
|
|
|
| // Message sent from the renderer to the browser to request that the browser
|
|
|