| Index: chrome/browser/sync/engine/process_updates_command.cc
|
| ===================================================================
|
| --- chrome/browser/sync/engine/process_updates_command.cc (revision 112758)
|
| +++ chrome/browser/sync/engine/process_updates_command.cc (working copy)
|
| @@ -22,20 +22,10 @@
|
|
|
| using sessions::SyncSession;
|
| using sessions::StatusController;
|
| -using sessions::UpdateProgress;
|
|
|
| ProcessUpdatesCommand::ProcessUpdatesCommand() {}
|
| ProcessUpdatesCommand::~ProcessUpdatesCommand() {}
|
|
|
| -std::set<ModelSafeGroup> ProcessUpdatesCommand::GetGroupsToChange(
|
| - const sessions::SyncSession& session) const {
|
| - // TODO(akalin): Figure out why using
|
| - // GetEnabledGroupsWithVerifiedUpdates() regresses the perf tests
|
| - // for delete_typed_urls, add_autofill_profiles, and
|
| - // delete_autofill_profiles.
|
| - return session.GetEnabledGroups();
|
| -}
|
| -
|
| bool ProcessUpdatesCommand::ModelNeutralExecuteImpl(SyncSession* session) {
|
| const GetUpdatesResponse& updates =
|
| session->status_controller().updates_response().get_updates();
|
|
|