| 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..3b7225c0389a2256aa881049ebecb54bf27c2422 100644
|
| --- a/components/content_settings/content/common/content_settings_messages.h
|
| +++ b/components/content_settings/content/common/content_settings_messages.h
|
| @@ -73,6 +73,11 @@ IPC_SYNC_MESSAGE_CONTROL4_1(ChromeViewHostMsg_AllowDOMStorage,
|
| bool /* if true local storage, otherwise session */,
|
| bool /* allowed */)
|
|
|
| +// Sent by the renderer process when a keygen element is rendered onto the
|
| +// current page.
|
| +IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_DidUseKeygen,
|
| + GURL /* origin_url */)
|
| +
|
| // Sent by the renderer process to check whether access to FileSystem is
|
| // granted by content settings.
|
| IPC_MESSAGE_CONTROL4(ChromeViewHostMsg_RequestFileSystemAccessAsync,
|
|
|