Chromium Code Reviews| Index: sync/internal_api/public/sync_encryption_handler.cc |
| diff --git a/sync/internal_api/public/sync_encryption_handler.cc b/sync/internal_api/public/sync_encryption_handler.cc |
| index e967600d65de997554b39608d28716fc4e4a417c..f8eeeef7b3fbc3536c32ccc71e2cc414f4ab752c 100644 |
| --- a/sync/internal_api/public/sync_encryption_handler.cc |
| +++ b/sync/internal_api/public/sync_encryption_handler.cc |
| @@ -14,9 +14,9 @@ SyncEncryptionHandler::~SyncEncryptionHandler() {} |
| // Static. |
| ModelTypeSet SyncEncryptionHandler::SensitiveTypes() { |
| - // It has its own encryption scheme, but we include it anyway. |
| ModelTypeSet types; |
| - types.Put(PASSWORDS); |
| + types.Put(PASSWORDS); // Has its own encryption, but include it anyway. |
| + types.Put(WIFI_CREDENTIALS); |
|
mukesh agrawal
2014/10/22 20:15:23
kevinliu@ and I are still discussing the encryptio
|
| return types; |
| } |