From abac987398cdef01786a9acdc07c7aca5a6e8a58 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Fri, 24 Dec 2010 07:40:11 +0000 Subject: Make a few more places use bool for OnMessageReceived. TBR=brettw Review URL: http://codereview.chromium.org/6005006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70141 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/automation/tab_proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/test/automation') 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: -- cgit v1.1