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

Unified Diff: components/content_settings/content/common/content_settings_messages.h

Issue 1417033010: Adding <keygen> Content Setting (Blink) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@keygen_core
Patch Set: Rebase? Created 5 years, 1 month 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: components/content_settings/content/common/content_settings_messages.h
diff --git a/components/content_settings/content/common/content_settings_messages.h b/components/content_settings/content/common/content_settings_messages.h
index 5e6e3b06cac0d1259301d8cac72c7720e91230f7..647cd60a559f8a4a36fbc492f86120e90d8496b3 100644
--- a/components/content_settings/content/common/content_settings_messages.h
+++ b/components/content_settings/content/common/content_settings_messages.h
@@ -73,6 +73,13 @@ IPC_SYNC_MESSAGE_CONTROL4_1(ChromeViewHostMsg_AllowDOMStorage,
bool /* if true local storage, otherwise session */,
bool /* allowed */)
+// Sent by the renderer process to check whether access to the keygen element
+// is granted by content settings.
+IPC_SYNC_MESSAGE_CONTROL2_1(ChromeViewHostMsg_AllowKeygen,
jochen (gone - plz use gerrit) 2015/11/24 13:05:08 update the name of this ipc also, can be async no
svaldez 2015/11/24 17:29:04 Done.
+ int /* render_frame_id */,
+ GURL /* origin_url */,
+ bool /* allowed */)
+
// Sent by the renderer process to check whether access to FileSystem is
// granted by content settings.
IPC_MESSAGE_CONTROL4(ChromeViewHostMsg_RequestFileSystemAccessAsync,

Powered by Google App Engine
This is Rietveld 408576698