Chromium Code Reviews| Index: chrome/test/automation/tab_proxy.h |
| =================================================================== |
| --- chrome/test/automation/tab_proxy.h (revision 70144) |
| +++ chrome/test/automation/tab_proxy.h (working copy) |
| @@ -48,7 +48,7 @@ |
| public: |
| class TabProxyDelegate { |
| public: |
| - virtual bool OnMessageReceived(TabProxy* tab, const IPC::Message& msg) {} |
| + virtual void OnMessageReceived(TabProxy* tab, const IPC::Message& msg) {} |
| virtual void OnChannelError(TabProxy* tab) {} |
| protected: |