| Index: trunk/src/sync/internal_api/sync_encryption_handler_impl.cc
|
| ===================================================================
|
| --- trunk/src/sync/internal_api/sync_encryption_handler_impl.cc (revision 239942)
|
| +++ trunk/src/sync/internal_api/sync_encryption_handler_impl.cc (working copy)
|
| @@ -692,8 +692,7 @@
|
|
|
| // Note: in order to Pack the keys, they must all be base64 encoded (else
|
| // JSON serialization fails).
|
| - if (!base::Base64Encode(raw_keystore_key, &keystore_key_))
|
| - return false;
|
| + base::Base64Encode(raw_keystore_key, &keystore_key_);
|
|
|
| // Go through and save the old keystore keys. We always persist all keystore
|
| // keys the server sends us.
|
|
|