Index: chrome/test/automation/tab_proxy.h |
=================================================================== |
--- chrome/test/automation/tab_proxy.h (revision 70143) |
+++ chrome/test/automation/tab_proxy.h (working copy) |
@@ -48,9 +48,7 @@ |
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: |