| Index: chrome/browser/utility_process_host.h
|
| ===================================================================
|
| --- chrome/browser/utility_process_host.h (revision 70108)
|
| +++ chrome/browser/utility_process_host.h (working copy)
|
| @@ -97,7 +97,7 @@
|
| private:
|
| friend class UtilityProcessHost;
|
|
|
| - void OnMessageReceived(const IPC::Message& message);
|
| + bool OnMessageReceived(const IPC::Message& message);
|
|
|
| DISALLOW_COPY_AND_ASSIGN(Client);
|
| };
|
| @@ -149,7 +149,7 @@
|
| bool StartProcess(const FilePath& exposed_dir);
|
|
|
| // IPC messages:
|
| - virtual void OnMessageReceived(const IPC::Message& message);
|
| + virtual bool OnMessageReceived(const IPC::Message& message);
|
|
|
| // BrowserChildProcessHost:
|
| virtual void OnProcessCrashed(int exit_code);
|
|
|