| Index: chrome/browser/sync/profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
|
| index dde2a0eca9da41a50c1dd3877979a7a53c8aa9ac..aa95e2aed73e0059e01afed2d9cbe79c48b0195e 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -522,6 +522,7 @@ void ProfileSyncService::OnBackendInitialized() {
|
|
|
| void ProfileSyncService::OnSyncCycleCompleted() {
|
| UpdateLastSyncedTime();
|
| + VLOG(2) << "Notifying observers sync cycle completed";
|
| NotifyObservers();
|
| }
|
|
|
|
|