Index: chrome/browser/sync/engine/syncer.cc |
=================================================================== |
--- chrome/browser/sync/engine/syncer.cc (revision 110571) |
+++ chrome/browser/sync/engine/syncer.cc (working copy) |
@@ -143,10 +143,8 @@ |
} |
case PROCESS_UPDATES: { |
VLOG(1) << "Processing Updates"; |
- if (session->status_controller()->ResponseContainsUpdates()) { |
- ProcessUpdatesCommand process_updates; |
- process_updates.Execute(session); |
- } |
+ ProcessUpdatesCommand process_updates; |
+ process_updates.Execute(session); |
next_step = STORE_TIMESTAMPS; |
break; |
} |