Index: chrome/browser/sync/internal_api/debug_info_event_listener.cc |
diff --git a/chrome/browser/sync/internal_api/debug_info_event_listener.cc b/chrome/browser/sync/internal_api/debug_info_event_listener.cc |
index be2d5b1dd2eda06212fd3d9d81520e26d54f391c..f579a97c1904a9d8609adeed0079254d18d94fdf 100644 |
--- a/chrome/browser/sync/internal_api/debug_info_event_listener.cc |
+++ b/chrome/browser/sync/internal_api/debug_info_event_listener.cc |
@@ -23,8 +23,6 @@ void DebugInfoEventListener::OnSyncCycleCompleted( |
sync_pb::SyncCycleCompletedEventInfo* sync_completed_event_info = |
event_info.mutable_sync_cycle_completed_event_info(); |
- sync_completed_event_info->set_syncer_stuck( |
- snapshot->syncer_status.syncer_stuck); |
sync_completed_event_info->set_num_blocking_conflicts( |
snapshot->num_conflicting_updates); |
sync_completed_event_info->set_num_non_blocking_conflicts( |