| 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..b7c6072d94ded9d4d3de3276703cd4ca3cdf9ef6 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(1) << "Notifying observers sync cycle completed";
|
| NotifyObservers();
|
| }
|
|
|
|
|