| Index: chrome/browser/utility_process_host.h
|
| diff --git a/chrome/browser/utility_process_host.h b/chrome/browser/utility_process_host.h
|
| index 48d5e389e7b177d660ec331dc7566df5470cc1f7..555ef44f9ce4e450b7045d383cfb2ce203b6d8af 100644
|
| --- a/chrome/browser/utility_process_host.h
|
| +++ b/chrome/browser/utility_process_host.h
|
| @@ -150,7 +150,7 @@ class UtilityProcessHost : public BrowserChildProcessHost {
|
| bool StartProcess(const FilePath& exposed_dir);
|
|
|
| // IPC messages:
|
| - void OnMessageReceived(const IPC::Message& message);
|
| + virtual void OnMessageReceived(const IPC::Message& message);
|
|
|
| // BrowserChildProcessHost:
|
| virtual void OnProcessCrashed();
|
|
|