| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 342c98c4c15dc2250a8012b6d9c5d9c39ce85b37..cdd991f1e06cbfd3c66007e3955a619aec684277 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -384,11 +384,6 @@ IPC_SYNC_MESSAGE_CONTROL3_1(ChromeViewHostMsg_RequestFileSystemAccessSync,
|
| GURL /* top origin url */,
|
| 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,
|
|
|