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

Unified Diff: content/common/render_process_messages.h

Issue 1476873002: Adding <keygen> Content Setting (Final) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing naming. Created 4 years, 11 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 | « content/child/blink_platform_impl.cc ('k') | content/renderer/renderer_blink_platform_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | content/renderer/renderer_blink_platform_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698