| Index: sync/internal_api/sync_encryption_handler_impl.cc
|
| diff --git a/sync/internal_api/sync_encryption_handler_impl.cc b/sync/internal_api/sync_encryption_handler_impl.cc
|
| index 6ebe4a9f231cf239f0e851c778a54842185651cb..1d65ee427f916df0cb64c29d21ad2068bf131450 100644
|
| --- a/sync/internal_api/sync_encryption_handler_impl.cc
|
| +++ b/sync/internal_api/sync_encryption_handler_impl.cc
|
| @@ -402,7 +402,7 @@ void SyncEncryptionHandlerImpl::ReEncryptEverything(
|
| ModelTypeSet encrypted_types = GetEncryptedTypes();
|
| for (ModelTypeSet::Iterator iter = encrypted_types.First();
|
| iter.Good(); iter.Inc()) {
|
| - if (iter.Get() == PASSWORDS || iter.Get() == NIGORI)
|
| + if (iter.Get() == PASSWORDS || IsControlType(iter.Get()))
|
| continue; // These types handle encryption differently.
|
|
|
| ReadNode type_root(trans);
|
|
|