summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/net/test_automation_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/net/test_automation_provider.h')
-rw-r--r--chrome_frame/test/net/test_automation_provider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/net/test_automation_provider.h b/chrome_frame/test/net/test_automation_provider.h
index bc98b3a..209a069 100644
--- a/chrome_frame/test/net/test_automation_provider.h
+++ b/chrome_frame/test/net/test_automation_provider.h
@@ -36,7 +36,7 @@ class TestAutomationProvider
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.