FIXME: disable non-compiling LOGFONT IPC message

1134100
This commit is contained in:
Jeremy Apthorp 2018-10-04 18:38:26 -07:00 committed by Jeremy Apthorp
parent 56e26c27f2
commit 66018eb0f1
3 changed files with 6 additions and 0 deletions

View file

@ -608,8 +608,10 @@ bool PdfConverterUtilityProcessHostClient::OnMessageReceived(
ChromeUtilityHostMsg_RenderPDFPagesToMetafiles_PageCount, OnPageCount)
IPC_MESSAGE_HANDLER(ChromeUtilityHostMsg_RenderPDFPagesToMetafiles_PageDone,
OnPageDone)
#if 0
IPC_MESSAGE_HANDLER(ChromeUtilityHostMsg_PreCacheFontCharacters,
OnPreCacheFontCharacters)
#endif
IPC_MESSAGE_UNHANDLED(handled = false)
IPC_END_MESSAGE_MAP()
return handled;