| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index c706bed983728f6d8ccf97aa999d0153b338a0a7..610389592b1fba55f5f16d6093b3eb7e3d619b86 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,
|
|
|