Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(714)

Unified Diff: content/common/view_messages.h

Issue 6928021: Make ViewHostMsg_Keygen a routed ipc (part 1/2). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/renderer/render_view.h » ('j') | content/renderer/render_view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 6953964b4b8ad9a708e5f9d64eb63760cf916823..a373a08796d053d4e51170ad0a8438d57a8637b2 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -1878,11 +1878,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.
« no previous file with comments | « no previous file | content/renderer/render_view.h » ('j') | content/renderer/render_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698