| 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 e93f42ced1373dd49fa1b439a52e5c0bccdf8853..2c808444cdf10128ce3338357935d8dd10f60ed0 100644
|
| --- a/chrome/browser/automation/extension_port_container.cc
|
| +++ b/chrome/browser/automation/extension_port_container.cc
|
| @@ -36,11 +36,6 @@ ExtensionPortContainer::~ExtensionPortContainer() {
|
|
|
| if (port_id_ != -1)
|
| service_->CloseChannel(port_id_);
|
| -
|
| - NotificationService::current()->Notify(
|
| - NotificationType::EXTENSION_PORT_DELETED_DEBUG,
|
| - Source<IPC::Message::Sender>(this),
|
| - NotificationService::NoDetails());
|
| }
|
|
|
| bool ExtensionPortContainer::PostResponseToExternalPort(
|
|
|