| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 40cfebb3a94f907c92a7946518984258428a5f81..2c62786561e9340b36583a4f89636fb736320013 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -387,11 +387,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,
|
|
|