| Index: chrome/browser/tabs/tab_strip_model.cc
|
| diff --git a/chrome/browser/tabs/tab_strip_model.cc b/chrome/browser/tabs/tab_strip_model.cc
|
| index b4fc124d91980376a7e5daee2a1f33f197632e39..31349831f7ea831c58fbf61e5d675391076c45ee 100644
|
| --- a/chrome/browser/tabs/tab_strip_model.cc
|
| +++ b/chrome/browser/tabs/tab_strip_model.cc
|
| @@ -68,7 +68,7 @@ TabStripModel::TabStripModel(TabStripModelDelegate* delegate, Profile* profile)
|
| DCHECK(delegate_);
|
| registrar_.Add(this,
|
| content::NOTIFICATION_TAB_CONTENTS_DESTROYED,
|
| - NotificationService::AllSources());
|
| + NotificationService::AllBrowserContextsAndSources());
|
| registrar_.Add(this,
|
| chrome::NOTIFICATION_EXTENSION_UNLOADED,
|
| Source<Profile>(profile_));
|
|
|