Chromium Code Reviews| Index: chrome/test/automation/automation_proxy.h |
| =================================================================== |
| --- chrome/test/automation/automation_proxy.h (revision 70108) |
| +++ chrome/test/automation/automation_proxy.h (working copy) |
| @@ -70,7 +70,7 @@ |
| bool use_named_interface); |
| // IPC callback |
| - virtual void OnMessageReceived(const IPC::Message& msg); |
| + virtual bool OnMessageReceived(const IPC::Message& msg); |
| virtual void OnChannelError(); |
| // Close the automation IPC channel. |