| Index: chrome_frame/test/net/test_automation_provider.h
|
| ===================================================================
|
| --- chrome_frame/test/net/test_automation_provider.h (revision 70108)
|
| +++ chrome_frame/test/net/test_automation_provider.h (working copy)
|
| @@ -36,7 +36,7 @@
|
| virtual ~TestAutomationProvider();
|
|
|
| // AutomationProvider overrides.
|
| - virtual void OnMessageReceived(const IPC::Message& msg);
|
| + virtual bool OnMessageReceived(const IPC::Message& msg);
|
| virtual bool Send(IPC::Message* msg);
|
|
|
| // Protocol factory for handling http/https requests over automation.
|
|
|