summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/automation')
-rw-r--r--chrome/test/automation/tab_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h
index 82f65ac..7c02805 100644
--- a/chrome/test/automation/tab_proxy.h
+++ b/chrome/test/automation/tab_proxy.h
@@ -48,7 +48,7 @@ class TabProxy : public AutomationResourceProxy,
public:
class TabProxyDelegate {
public:
- virtual void OnMessageReceived(TabProxy* tab, const IPC::Message& msg) {}
+ virtual bool OnMessageReceived(TabProxy* tab, const IPC::Message& msg) {}
virtual void OnChannelError(TabProxy* tab) {}
protected: