| Index: chrome/browser/extensions/extension_process_manager.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_process_manager.cc (revision 84504)
|
| +++ chrome/browser/extensions/extension_process_manager.cc (working copy)
|
| @@ -306,7 +306,7 @@
|
| for (ExtensionHostSet::iterator iter = background_hosts_.begin();
|
| iter != background_hosts_.end(); ++iter) {
|
| ExtensionHost* host = *iter;
|
| - if (host->extension()->id() == extension->id()) {
|
| + if (host->extension_id() == extension->id()) {
|
| delete host;
|
| // |host| should deregister itself from our structures.
|
| DCHECK(background_hosts_.find(host) == background_hosts_.end());
|
|
|