| 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 477e9457aff4333429edaa5f4bfa67583c807d56..fa1331d84de0c4fb9ac4aab0c460328868ac20ff 100644
|
| --- a/chrome/service/service_utility_process_host.h
|
| +++ b/chrome/service/service_utility_process_host.h
|
| @@ -107,7 +107,7 @@ class ServiceUtilityProcessHost : public ServiceChildProcessHost {
|
| bool StartProcess(const FilePath& exposed_dir);
|
|
|
| // IPC messages:
|
| - void OnMessageReceived(const IPC::Message& message);
|
| + virtual void OnMessageReceived(const IPC::Message& message);
|
| // Called when at least one page in the specified PDF has been rendered
|
| // successfully into metafile_path_;
|
| void OnRenderPDFPagesToMetafileSucceeded(int highest_rendered_page_number);
|
|
|