| Index: chrome/test/automation/tab_proxy.cc
|
| ===================================================================
|
| --- chrome/test/automation/tab_proxy.cc (revision 70108)
|
| +++ chrome/test/automation/tab_proxy.cc (working copy)
|
| @@ -790,10 +790,11 @@
|
| }
|
|
|
| // Called on Channel background thread, if TabMessages filter is installed.
|
| -void TabProxy::OnMessageReceived(const IPC::Message& message) {
|
| +bool TabProxy::OnMessageReceived(const IPC::Message& message) {
|
| AutoLock lock(list_lock_);
|
| FOR_EACH_OBSERVER(TabProxyDelegate, observers_list_,
|
| OnMessageReceived(this, message));
|
| + return true;
|
| }
|
|
|
| void TabProxy::OnChannelError() {
|
|
|