Chromium Code Reviews| 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, |