| Index: chrome/browser/ui/browser.cc
|
| ===================================================================
|
| --- chrome/browser/ui/browser.cc (revision 271835)
|
| +++ chrome/browser/ui/browser.cc (working copy)
|
| @@ -445,11 +445,6 @@
|
| }
|
|
|
| Browser::~Browser() {
|
| - // Stop observing notifications before continuing with destruction. Profile
|
| - // destruction will unload extensions and reentrant calls to Browser:: should
|
| - // be avoided while it is being torn down.
|
| - registrar_.RemoveAll();
|
| -
|
| // The tab strip should not have any tabs at this point.
|
| DCHECK(tab_strip_model_->empty());
|
| tab_strip_model_->RemoveObserver(this);
|
|
|