| Index: chrome/browser/automation/extension_port_container.cc
|
| ===================================================================
|
| --- chrome/browser/automation/extension_port_container.cc (revision 23787)
|
| +++ chrome/browser/automation/extension_port_container.cc (working copy)
|
| @@ -65,11 +65,8 @@
|
| const std::string& channel_name) {
|
| DCHECK_EQ(MessageLoop::current()->type(), MessageLoop::TYPE_UI);
|
|
|
| - port_id_ = service_->OpenAutomationChannelToExtension(process_id,
|
| - routing_id,
|
| - extension_id,
|
| - channel_name,
|
| - this);
|
| + port_id_ = service_->OpenSpecialChannelToExtension(
|
| + extension_id, channel_name, this);
|
| if (port_id_ == -1) {
|
| // In this case a disconnect message has been dispatched.
|
| return false;
|
|
|