Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2066)

Unified Diff: chrome/browser/automation/extension_port_container.cc

Issue 3117024: Clean up ExtensionMessageService. (Closed)
Patch Set: comments fixed Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/debugger/extension_ports_remote_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | chrome/browser/debugger/extension_ports_remote_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698