| Index: chrome/browser/extensions/extension_host.cc
|
| diff --git a/chrome/browser/extensions/extension_host.cc b/chrome/browser/extensions/extension_host.cc
|
| index a2eae23b00acd049d7624f12b93b85a169f950f5..f254c5774bdd8e1f44c334de1dae5b72e486f40b 100644
|
| --- a/chrome/browser/extensions/extension_host.cc
|
| +++ b/chrome/browser/extensions/extension_host.cc
|
| @@ -306,6 +306,8 @@ void ExtensionHost::RenderViewGone(base::TerminationStatus status) {
|
| // TODO(aa): This is suspicious. There can be multiple views in an extension,
|
| // and they aren't all going to use ExtensionHost. This should be in someplace
|
| // more central, like EPM maybe.
|
| + // TODO(aa): Change this name to EXTENSION_HOST_DESTROYED and put a TODO to
|
| + // stop using it.
|
| content::NotificationService::current()->Notify(
|
| chrome::NOTIFICATION_EXTENSION_PROCESS_TERMINATED,
|
| content::Source<Profile>(profile_),
|
|
|