| Index: sync/engine/process_updates_command.h
|
| diff --git a/sync/engine/process_updates_command.h b/sync/engine/process_updates_command.h
|
| index 7604d11535e6dc0b2507419fffdcdebc0bc38f34..eecbc647cb6ec2e18f27e560de356440236c43a3 100644
|
| --- a/sync/engine/process_updates_command.h
|
| +++ b/sync/engine/process_updates_command.h
|
| @@ -42,6 +42,11 @@ class ProcessUpdatesCommand : public ModelChangingSyncerCommand {
|
| sessions::SyncSession* session) OVERRIDE;
|
|
|
| private:
|
| + VerifyResult VerifyUpdate(
|
| + syncable::WriteTransaction* trans,
|
| + const sync_pb::SyncEntity& entry,
|
| + ModelTypeSet requested_types,
|
| + const ModelSafeRoutingInfo& routes);
|
| ServerUpdateProcessingResult ProcessUpdate(
|
| const sync_pb::SyncEntity& proto_update,
|
| const Cryptographer* cryptographer,
|
|
|