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

Unified Diff: content/common/render_process_messages.h

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Review feedback Created 4 years 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
Index: content/common/render_process_messages.h
diff --git a/content/common/render_process_messages.h b/content/common/render_process_messages.h
index 77bd8def9b556b835080777d518b61e2318da6c3..7ae52ee7304c9e232d5c3778d1a00e0fd629a9e5 100644
--- a/content/common/render_process_messages.h
+++ b/content/common/render_process_messages.h
@@ -38,16 +38,6 @@ IPC_STRUCT_TRAITS_END()
////////////////////////////////////////////////////////////////////////////////
// Messages sent from the render process to the browser.
-// 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_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
// cache |data| associated with |url| and |expected_response_time|.
IPC_MESSAGE_CONTROL3(RenderProcessHostMsg_DidGenerateCacheableMetadata,

Powered by Google App Engine
This is Rietveld 408576698