Index: content/common/view_messages.h |
=================================================================== |
--- content/common/view_messages.h (revision 158204) |
+++ content/common/view_messages.h (working copy) |
@@ -2479,3 +2479,12 @@ |
IPC_MESSAGE_ROUTED1(ViewHostMsg_MediaPlayerStart, |
int /* player_id */) |
#endif |
+ |
+#if defined(OS_WIN) |
+// Request that the given font characters be loaded by the browser so it's |
+// cached by the OS. Please see RenderMessageFilter::OnPreCacheFontCharacters |
+// for details. |
+IPC_SYNC_MESSAGE_CONTROL2_0(ViewHostMsg_PreCacheFontCharacters, |
+ LOGFONT /* font_data */, |
+ std::wstring /* characters */) |
+#endif |