| Index: chrome/browser/automation/extension_port_container.cc
|
| ===================================================================
|
| --- chrome/browser/automation/extension_port_container.cc (revision 18701)
|
| +++ chrome/browser/automation/extension_port_container.cc (working copy)
|
| @@ -34,7 +34,7 @@
|
| DCHECK_EQ(MessageLoop::current()->type(), MessageLoop::TYPE_UI);
|
|
|
| if (port_id_ != -1)
|
| - service_->CloseAutomationChannel(port_id_);
|
| + service_->CloseChannel(port_id_);
|
| }
|
|
|
| bool ExtensionPortContainer::PostResponseToExternalPort(
|
|
|