Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index ba5780cfc63fd09952a60c4d89f43f29a1544aa8..c5bff7c2ad753963c8a3d71530a934cd0e4752d0 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1880,11 +1880,11 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_AsyncOpenFile, |
// 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(ViewHostMsg_Keygen, |
- uint32 /* key size index */, |
- std::string /* challenge string */, |
- GURL /* URL of requestor */, |
- std::string /* signed public key and challenge */) |
+IPC_SYNC_MESSAGE_ROUTED3_1(ViewHostMsg_Keygen, |
+ uint32 /* key size index */, |
+ std::string /* challenge string */, |
+ GURL /* URL of requestor */, |
+ std::string /* signed public key and challenge */) |
// Message sent from the renderer to the browser to request that the browser |
// close all sockets. Used for debugging/testing. |