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

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: Using top-level dURL. Created 5 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
« 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 8135b2c029b5f56ce69f80d08b58e2314bcf0134..5b1ff11d1e6c5eba42566c6e6946358df3282ace 100644
--- a/content/common/render_process_messages.h
+++ b/content/common/render_process_messages.h
@@ -41,6 +41,7 @@ IPC_SYNC_MESSAGE_CONTROL3_1(RenderProcessHostMsg_Keygen,
uint32 /* key size index */,
std::string /* challenge string */,
GURL /* URL of requestor */,
+ GURL /* URL of parent document */,
Bernhard Bauer 2015/12/11 16:41:46 I would call this "URL of top-level document", bec
svaldez 2015/12/11 17:13:56 Done.
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