| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 4f7e0c5befb759ebec14cdacc19f58eb58ef65f9..cae20482bef435da4ea7e5239766903ab625b9c5 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -595,10 +595,6 @@ bool WebContentsImpl::OnMessageReceived(RenderViewHost* render_view_host,
|
| IPC_MESSAGE_HANDLER(ViewHostMsg_GoToEntryAtOffset, OnGoToEntryAtOffset)
|
| IPC_MESSAGE_HANDLER(ViewHostMsg_UpdateZoomLimits, OnUpdateZoomLimits)
|
| IPC_MESSAGE_HANDLER(ViewHostMsg_EnumerateDirectory, OnEnumerateDirectory)
|
| - IPC_MESSAGE_HANDLER(ViewHostMsg_RegisterProtocolHandler,
|
| - OnRegisterProtocolHandler)
|
| - IPC_MESSAGE_HANDLER(ViewHostMsg_UnregisterProtocolHandler,
|
| - OnUnregisterProtocolHandler)
|
| IPC_MESSAGE_HANDLER(FrameHostMsg_RegisterProtocolHandler,
|
| OnRegisterProtocolHandler)
|
| IPC_MESSAGE_HANDLER(FrameHostMsg_UnregisterProtocolHandler,
|
|
|