Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(307)

Unified Diff: content/browser/ppapi_plugin_process_host.h

Issue 8759013: Dispatch the Windows font caching IPCs in one filter. This avoids having the code that calls thos... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/service/service_utility_process_host.cc ('k') | content/browser/ppapi_plugin_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/ppapi_plugin_process_host.h
===================================================================
--- content/browser/ppapi_plugin_process_host.h (revision 112358)
+++ content/browser/ppapi_plugin_process_host.h (working copy)
@@ -8,10 +8,6 @@
#include <queue>
-#if defined(OS_WIN)
-#include <windows.h>
-#endif
-
#include "base/basictypes.h"
#include "base/file_path.h"
#include "base/memory/scoped_ptr.h"
@@ -97,9 +93,6 @@
// IPC message handlers.
void OnRendererPluginChannelCreated(const IPC::ChannelHandle& handle);
-#if defined(OS_WIN)
- void OnPreCacheFont(const LOGFONT& font);
-#endif
// Handles most requests from the plugin. May be NULL.
scoped_refptr<PepperMessageFilter> filter_;
« no previous file with comments | « chrome/service/service_utility_process_host.cc ('k') | content/browser/ppapi_plugin_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698