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

Unified Diff: chrome/service/service_utility_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 | « no previous file | chrome/service/service_utility_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/service_utility_process_host.h
===================================================================
--- chrome/service/service_utility_process_host.h (revision 112358)
+++ chrome/service/service_utility_process_host.h (working copy)
@@ -8,10 +8,6 @@
#include "build/build_config.h"
-#if defined(OS_WIN)
-#include <windows.h>
-#endif // defined(OS_WIN)
-
#include <string>
#include <vector>
@@ -131,11 +127,6 @@
// retrieved successfully.
void OnGetPrinterCapsAndDefaultsFailed(const std::string& printer_name);
-#if defined(OS_WIN) // This hack is Windows-specific.
- void OnPreCacheFont(const LOGFONT& font);
- void OnReleaseCachedFonts();
-#endif // defined(OS_WIN)
-
// A pointer to our client interface, who will be informed of progress.
scoped_refptr<Client> client_;
scoped_refptr<base::MessageLoopProxy> client_message_loop_proxy_;
@@ -144,8 +135,6 @@
FilePath metafile_path_;
// The temporary folder created for the metafile.
scoped_ptr<ScopedTempDir> scratch_metafile_dir_;
- // The unique id created for the process.
- int process_id_;
DISALLOW_COPY_AND_ASSIGN(ServiceUtilityProcessHost);
};
« no previous file with comments | « no previous file | chrome/service/service_utility_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698