Chromium Code Reviews| Index: sync/engine/syncer_util.cc |
| diff --git a/sync/engine/syncer_util.cc b/sync/engine/syncer_util.cc |
| index fedf4d8f54859528af88700e0d69538574987f7b..ca21f2e7bb78881d910794dda49511b86d3e592e 100644 |
| --- a/sync/engine/syncer_util.cc |
| +++ b/sync/engine/syncer_util.cc |
| @@ -217,7 +217,7 @@ UpdateAttemptResponse AttemptToUpdateEntry( |
| // the nigori node (e.g. on restart), they will commit without issue. |
| if (specifics.has_nigori()) { |
| const sync_pb::NigoriSpecifics& nigori = specifics.nigori(); |
| - cryptographer->Update(nigori); |
| + cryptographer->ApplyNigoriUpdate(nigori, trans); |
|
tim (not reviewing)
2012/08/15 00:23:30
This was all I meant by "change cryptographer nami
Nicolas Zea
2012/08/15 01:08:29
Done.
|
| // Make sure any unsynced changes are properly encrypted as necessary. |
| // We only perform this if the cryptographer is ready. If not, these are |