| Index: chrome/browser/ui/ash/app_sync_ui_state.cc
|
| diff --git a/chrome/browser/ui/ash/app_sync_ui_state.cc b/chrome/browser/ui/ash/app_sync_ui_state.cc
|
| index c3a9b3bc9b220c419d1696714306c43137ceb8ec..5469d0c397b03b9c8c2f475f62e5e9ab3286e42c 100644
|
| --- a/chrome/browser/ui/ash/app_sync_ui_state.cc
|
| +++ b/chrome/browser/ui/ash/app_sync_ui_state.cc
|
| @@ -76,7 +76,7 @@ void AppSyncUIState::StartObserving() {
|
| DCHECK(!sync_service_);
|
|
|
| registrar_.Add(this,
|
| - chrome::NOTIFICATION_EXTENSION_LOADED,
|
| + chrome::NOTIFICATION_EXTENSION_LOADED_DEPRECATED,
|
| content::Source<Profile>(profile_));
|
|
|
| sync_service_ = ProfileSyncServiceFactory::GetForProfile(profile_);
|
| @@ -140,7 +140,7 @@ void AppSyncUIState::OnMaxSyncingTimer() {
|
| void AppSyncUIState::Observe(int type,
|
| const content::NotificationSource& source,
|
| const content::NotificationDetails& details) {
|
| - DCHECK_EQ(chrome::NOTIFICATION_EXTENSION_LOADED, type);
|
| + DCHECK_EQ(chrome::NOTIFICATION_EXTENSION_LOADED_DEPRECATED, type);
|
| CheckAppSync();
|
| }
|
|
|
|
|