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 2c72bae2d8f82fb1670acc3893cea93832c01d70..239e42b383047184a4468688c58ee95db5cf3e62 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( |