| Index: sync/engine/syncer.cc
|
| diff --git a/sync/engine/syncer.cc b/sync/engine/syncer.cc
|
| index af8e3a9928c2005de0ac609f24943a49f2a7eb9d..ff9767438287fd0546560dce0bb8d35603271940 100644
|
| --- a/sync/engine/syncer.cc
|
| +++ b/sync/engine/syncer.cc
|
| @@ -23,7 +23,6 @@
|
| #include "sync/engine/store_timestamps_command.h"
|
| #include "sync/engine/syncer_types.h"
|
| #include "sync/engine/throttled_data_type_tracker.h"
|
| -#include "sync/engine/verify_updates_command.h"
|
| #include "sync/syncable/mutable_entry.h"
|
| #include "sync/syncable/syncable-inl.h"
|
|
|
| @@ -116,12 +115,6 @@ void Syncer::SyncShare(sessions::SyncSession* session,
|
| DownloadUpdatesCommand download_updates(kCreateMobileBookmarksFolder);
|
| session->mutable_status_controller()->set_last_download_updates_result(
|
| download_updates.Execute(session));
|
| - next_step = VERIFY_UPDATES;
|
| - break;
|
| - }
|
| - case VERIFY_UPDATES: {
|
| - VerifyUpdatesCommand verify_updates;
|
| - verify_updates.Execute(session);
|
| next_step = PROCESS_UPDATES;
|
| break;
|
| }
|
|
|