| Index: content/browser/renderer_host/render_message_filter.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_message_filter.h (revision 168878)
|
| +++ content/browser/renderer_host/render_message_filter.h (working copy)
|
| @@ -144,6 +144,11 @@
|
| void SendLoadFontReply(IPC::Message* reply, FontLoader::Result* result);
|
| #endif
|
|
|
| +#if defined(OS_WIN)
|
| + void OnPreCacheFontCharacters(const LOGFONT& log_font,
|
| + const string16& characters);
|
| +#endif
|
| +
|
| void OnGetPlugins(bool refresh, IPC::Message* reply_msg);
|
| void GetPluginsCallback(IPC::Message* reply_msg,
|
| const std::vector<webkit::WebPluginInfo>& plugins);
|
|
|