| Index: chrome/browser/themes/theme_service.cc
|
| diff --git a/chrome/browser/themes/theme_service.cc b/chrome/browser/themes/theme_service.cc
|
| index 3cf1a049e81f0cb132768932d1f0e526f4ad5533..3b22ccb149447c0ad46ada91a343a425d5b84bf3 100644
|
| --- a/chrome/browser/themes/theme_service.cc
|
| +++ b/chrome/browser/themes/theme_service.cc
|
| @@ -247,8 +247,7 @@ void ThemeService::Observe(int type,
|
| content::Source<Profile>(profile_));
|
| OnExtensionServiceReady();
|
| break;
|
| - case chrome::NOTIFICATION_EXTENSION_INSTALLED:
|
| - {
|
| + case chrome::NOTIFICATION_EXTENSION_INSTALLED_DEPRECATED: {
|
| // The theme may be initially disabled. Wait till it is loaded (if ever).
|
| Details<const extensions::InstalledExtensionInfo> installed_details(
|
| details);
|
| @@ -501,7 +500,7 @@ void ThemeService::OnExtensionServiceReady() {
|
| }
|
|
|
| registrar_.Add(this,
|
| - chrome::NOTIFICATION_EXTENSION_INSTALLED,
|
| + chrome::NOTIFICATION_EXTENSION_INSTALLED_DEPRECATED,
|
| content::Source<Profile>(profile_));
|
| registrar_.Add(this,
|
| chrome::NOTIFICATION_EXTENSION_LOADED_DEPRECATED,
|
|
|