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..9a370f44a4de23a25255e62017d37787789eea9d 100644 |
--- a/chrome/common/chrome_utility_messages.h |
+++ b/chrome/common/chrome_utility_messages.h |
@@ -148,6 +148,9 @@ IPC_MESSAGE_CONTROL0(ChromeUtilityHostMsg_RenderPDFPagesToMetafile_Failed) |
// OS. Please see ChildProcessHost::PreCacheFont for details. |
IPC_SYNC_MESSAGE_CONTROL1_0(ChromeUtilityHostMsg_PreCacheFont, |
LOGFONT /* font data */) |
+ |
+// Release the cached font |
+IPC_MESSAGE_CONTROL0(ChromeUtilityHostMsg_ReleaseCachedFonts) |
jam
2011/09/15 16:18:23
instead of declaring this message for utility/rend
arthurhsu
2011/09/16 02:14:06
Done.
|
#endif // defined(OS_WIN) |
// Reply when the utility process successfully parsed a JSON string. |