| Index: chrome/browser/themes/theme_service.cc
|
| diff --git a/chrome/browser/themes/theme_service.cc b/chrome/browser/themes/theme_service.cc
|
| index c8c25fc99612acd8b37c20075152018dd4705b71..9e3eb987c2fd5df230c2957732d367a6a73e9b27 100644
|
| --- a/chrome/browser/themes/theme_service.cc
|
| +++ b/chrome/browser/themes/theme_service.cc
|
| @@ -256,7 +256,7 @@ void ThemeService::Observe(int type,
|
| installed_pending_load_id_ = installed_details->extension->id();
|
| break;
|
| }
|
| - case chrome::NOTIFICATION_EXTENSION_LOADED:
|
| + case chrome::NOTIFICATION_EXTENSION_LOADED_DEPRECATED:
|
| {
|
| const Extension* extension = Details<const Extension>(details).ptr();
|
| if (extension->is_theme() &&
|
| @@ -504,7 +504,7 @@ void ThemeService::OnExtensionServiceReady() {
|
| chrome::NOTIFICATION_EXTENSION_INSTALLED,
|
| content::Source<Profile>(profile_));
|
| registrar_.Add(this,
|
| - chrome::NOTIFICATION_EXTENSION_LOADED,
|
| + chrome::NOTIFICATION_EXTENSION_LOADED_DEPRECATED,
|
| content::Source<Profile>(profile_));
|
| registrar_.Add(this,
|
| chrome::NOTIFICATION_EXTENSION_ENABLED,
|
|
|