diff options
-rw-r--r-- | content/browser/renderer_host/render_view_host_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc index a993a0a..30748c0 100644 --- a/content/browser/renderer_host/render_view_host_impl.cc +++ b/content/browser/renderer_host/render_view_host_impl.cc @@ -1040,7 +1040,7 @@ bool RenderViewHostImpl::OnMessageReceived(const IPC::Message& msg) { OnShowDesktopNotification) IPC_MESSAGE_HANDLER(DesktopNotificationHostMsg_Cancel, OnCancelDesktopNotification) -#if defined(OS_MACOSX) +#if defined(OS_MACOSX) || defined(OS_ANDROID) IPC_MESSAGE_HANDLER(ViewHostMsg_ShowPopup, OnMsgShowPopup) #endif IPC_MESSAGE_HANDLER(ViewHostMsg_RunFileChooser, OnRunFileChooser) |