| Index: chrome/browser/autocomplete/extension_app_provider.cc
|
| diff --git a/chrome/browser/autocomplete/extension_app_provider.cc b/chrome/browser/autocomplete/extension_app_provider.cc
|
| index 709789d892c314043c1ac9eae6c5053489064cbe..f29b991841390e2b58a5dd148d688a9b75686a47 100644
|
| --- a/chrome/browser/autocomplete/extension_app_provider.cc
|
| +++ b/chrome/browser/autocomplete/extension_app_provider.cc
|
| @@ -34,7 +34,8 @@ ExtensionAppProvider::ExtensionAppProvider(
|
| // Notifications of extensions loading and unloading always come from the
|
| // non-incognito profile, but we need to see them regardless, as the incognito
|
| // windows can be affected.
|
| - 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_UNINSTALLED,
|
| content::Source<Profile>(profile_->GetOriginalProfile()));
|
|
|