diff options
author | gfeher@chromium.org <gfeher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-24 08:13:49 +0000 |
---|---|---|
committer | gfeher@chromium.org <gfeher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-24 08:13:49 +0000 |
commit | 8ebaa1e52bcad26bbeb32af1e12ab54927a0d986 (patch) | |
tree | 77c1f45a1ade471e6a0680c8223eb4ee0345e8f5 | |
parent | 072474646267c09254990885558cc46c4b651fc2 (diff) | |
download | chromium_src-8ebaa1e52bcad26bbeb32af1e12ab54927a0d986.zip chromium_src-8ebaa1e52bcad26bbeb32af1e12ab54927a0d986.tar.gz chromium_src-8ebaa1e52bcad26bbeb32af1e12ab54927a0d986.tar.bz2 |
Revert 70142 - Fix build error
TBR=jam@chromium.org
Review URL: http://codereview.chromium.org/5977008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70144 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/automation/tab_proxy.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h index 63c7f79..7c02805 100644 --- a/chrome/test/automation/tab_proxy.h +++ b/chrome/test/automation/tab_proxy.h @@ -48,9 +48,7 @@ class TabProxy : public AutomationResourceProxy, public: class TabProxyDelegate { public: - virtual bool OnMessageReceived(TabProxy* tab, const IPC::Message& msg) { - return false; - } + virtual bool OnMessageReceived(TabProxy* tab, const IPC::Message& msg) {} virtual void OnChannelError(TabProxy* tab) {} protected: |