| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index f537991756bb284539f29c64f07a88045f361234..5c812885141e40b12ad5f941c8056345ebea481d 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -376,7 +376,8 @@ Browser::Browser(const CreateParams& params)
|
| search_model_.reset(new SearchModel());
|
| search_delegate_.reset(new SearchDelegate(search_model_.get()));
|
|
|
| - registrar_.Add(this, chrome::NOTIFICATION_EXTENSION_LOADED,
|
| + registrar_.Add(this,
|
| + chrome::NOTIFICATION_EXTENSION_LOADED_DEPRECATED,
|
| content::Source<Profile>(profile_->GetOriginalProfile()));
|
| registrar_.Add(this, chrome::NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED,
|
| content::Source<Profile>(profile_->GetOriginalProfile()));
|
| @@ -1919,7 +1920,7 @@ void Browser::Observe(int type,
|
| break;
|
| }
|
|
|
| - case chrome::NOTIFICATION_EXTENSION_LOADED:
|
| + case chrome::NOTIFICATION_EXTENSION_LOADED_DEPRECATED:
|
| chrome::UpdateCommandEnabled(
|
| this,
|
| IDC_BOOKMARK_PAGE,
|
|
|