| 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 361643010c43a1f5446779c87b09f2e9dec6656e..4f7e0c5befb759ebec14cdacc19f58eb58ef65f9 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -599,6 +599,10 @@ bool WebContentsImpl::OnMessageReceived(RenderViewHost* render_view_host,
|
| OnRegisterProtocolHandler)
|
| IPC_MESSAGE_HANDLER(ViewHostMsg_UnregisterProtocolHandler,
|
| OnUnregisterProtocolHandler)
|
| + IPC_MESSAGE_HANDLER(FrameHostMsg_RegisterProtocolHandler,
|
| + OnRegisterProtocolHandler)
|
| + IPC_MESSAGE_HANDLER(FrameHostMsg_UnregisterProtocolHandler,
|
| + OnUnregisterProtocolHandler)
|
| IPC_MESSAGE_HANDLER(ViewHostMsg_Find_Reply, OnFindReply)
|
| IPC_MESSAGE_HANDLER(ViewHostMsg_AppCacheAccessed, OnAppCacheAccessed)
|
| IPC_MESSAGE_HANDLER(ViewHostMsg_WebUISend, OnWebUISend)
|
|
|