| Index: chrome/service/service_utility_process_host.h
|
| diff --git a/chrome/service/service_utility_process_host.h b/chrome/service/service_utility_process_host.h
|
| index b3802f9258482d90c21f5fc60af9127c4df66cd0..2ad2fcbe3956cc23e51948575c07ad4a87062759 100644
|
| --- a/chrome/service/service_utility_process_host.h
|
| +++ b/chrome/service/service_utility_process_host.h
|
| @@ -130,7 +130,8 @@ class ServiceUtilityProcessHost : public ServiceChildProcessHost {
|
| bool MessageForClient(const IPC::Message& message);
|
|
|
| #if defined(OS_WIN) // This hack is Windows-specific.
|
| - void OnPreCacheFont(const LOGFONT& font);
|
| + void OnPreCacheFont(const LOGFONT& font, int pid);
|
| + void OnReleaseCachedFont(int pid);
|
| #endif // defined(OS_WIN)
|
|
|
| // A pointer to our client interface, who will be informed of progress.
|
|
|