| Index: chrome/browser/automation/extension_port_container.cc
|
| diff --git a/chrome/browser/automation/extension_port_container.cc b/chrome/browser/automation/extension_port_container.cc
|
| index 15c2c8efb4da38f9efdc8892181bf5e222eeecb2..581da75889437a32a299e1042e40573a739f01c4 100644
|
| --- a/chrome/browser/automation/extension_port_container.cc
|
| +++ b/chrome/browser/automation/extension_port_container.cc
|
| @@ -34,7 +34,7 @@ ExtensionPortContainer::~ExtensionPortContainer() {
|
| DCHECK_EQ(MessageLoop::current()->type(), MessageLoop::TYPE_UI);
|
|
|
| if (port_id_ != -1)
|
| - service_->CloseAutomationChannel(port_id_);
|
| + service_->CloseChannel(port_id_);
|
| }
|
|
|
| bool ExtensionPortContainer::PostResponseToExternalPort(
|
|
|