| Index: chrome/common/chrome_utility_messages.h
|
| diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h
|
| index c99365341c17b36163d82ce86b14bc21f53efb64..d808f8d0fdf6307046959477bde09f6201694d2e 100644
|
| --- a/chrome/common/chrome_utility_messages.h
|
| +++ b/chrome/common/chrome_utility_messages.h
|
| @@ -143,13 +143,6 @@ IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_RenderPDFPagesToMetafile_Succeeded,
|
| // Reply when an error occured rendering the PDF.
|
| IPC_MESSAGE_CONTROL0(ChromeUtilityHostMsg_RenderPDFPagesToMetafile_Failed)
|
|
|
| -#if defined(OS_WIN)
|
| -// Request that the given font be loaded by the host so it's cached by the
|
| -// OS. Please see ChildProcessHost::PreCacheFont for details.
|
| -IPC_SYNC_MESSAGE_CONTROL1_0(ChromeUtilityHostMsg_PreCacheFont,
|
| - LOGFONT /* font data */)
|
| -#endif // defined(OS_WIN)
|
| -
|
| // Reply when the utility process successfully parsed a JSON string.
|
| //
|
| // WARNING: The result can be of any Value subclass type, but we can't easily
|
|
|