| Index: chrome/browser/automation/testing_automation_provider.h
|
| ===================================================================
|
| --- chrome/browser/automation/testing_automation_provider.h (revision 70108)
|
| +++ chrome/browser/automation/testing_automation_provider.h (working copy)
|
| @@ -33,7 +33,7 @@
|
| virtual void OnBrowserRemoved(const Browser* browser);
|
|
|
| // IPC::Channel::Listener implementation.
|
| - virtual void OnMessageReceived(const IPC::Message& msg);
|
| + virtual bool OnMessageReceived(const IPC::Message& msg);
|
| virtual void OnChannelError();
|
|
|
| private:
|
|
|