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