| Index: chrome/test/automation/tab_proxy.h
|
| ===================================================================
|
| --- chrome/test/automation/tab_proxy.h (revision 70108)
|
| +++ chrome/test/automation/tab_proxy.h (working copy)
|
| @@ -405,7 +405,7 @@
|
| // Calls delegates
|
| void AddObserver(TabProxyDelegate* observer);
|
| void RemoveObserver(TabProxyDelegate* observer);
|
| - void OnMessageReceived(const IPC::Message& message);
|
| + bool OnMessageReceived(const IPC::Message& message);
|
| void OnChannelError();
|
| protected:
|
| virtual ~TabProxy();
|
|
|