Index: chrome/browser/sync_file_system/sync_file_system_service.cc |
diff --git a/chrome/browser/sync_file_system/sync_file_system_service.cc b/chrome/browser/sync_file_system/sync_file_system_service.cc |
index 96658baa14f995b8ade5e9ece34c43e8727a9a95..3b21de11432b8caf36fca27e72eb3271338c96cd 100644 |
--- a/chrome/browser/sync_file_system/sync_file_system_service.cc |
+++ b/chrome/browser/sync_file_system/sync_file_system_service.cc |
@@ -407,7 +407,8 @@ void SyncFileSystemService::Initialize( |
profile_sync_service->AddObserver(this); |
} |
- registrar_.Add(this, chrome::NOTIFICATION_EXTENSION_INSTALLED, |
+ registrar_.Add(this, |
+ chrome::NOTIFICATION_EXTENSION_INSTALLED_DEPRECATED, |
content::Source<Profile>(profile_)); |
registrar_.Add(this, chrome::NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED, |
content::Source<Profile>(profile_)); |
@@ -623,7 +624,7 @@ void SyncFileSystemService::Observe( |
// Reload, Restart: UNLOADED(DISABLE) -> INSTALLED -> ENABLED. |
// |
switch (type) { |
- case chrome::NOTIFICATION_EXTENSION_INSTALLED: |
+ case chrome::NOTIFICATION_EXTENSION_INSTALLED_DEPRECATED: |
HandleExtensionInstalled(details); |
break; |
case chrome::NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED: |