Index: sync/internal_api/sync_encryption_handler_impl_unittest.cc |
=================================================================== |
--- sync/internal_api/sync_encryption_handler_impl_unittest.cc (revision 173691) |
+++ sync/internal_api/sync_encryption_handler_impl_unittest.cc (working copy) |
@@ -1101,7 +1101,6 @@ |
sync_pb::EncryptedData encrypted; |
KeyParams old_key = {"localhost", "dummy", kOldKey}; |
KeyParams cur_key = {"localhost", "dummy", kCurKey}; |
- KeyParams keystore_key = {"localhost", "dummy", kKeystoreKey}; |
GetCryptographer()->AddKey(old_key); |
GetCryptographer()->AddKey(cur_key); |
@@ -1658,7 +1657,6 @@ |
sync_pb::EncryptedData encrypted; |
KeyParams old_key = {"localhost", "dummy", kOldKey}; |
KeyParams cur_key = {"localhost", "dummy", kCurKey}; |
- KeyParams keystore_key = {"localhost", "dummy", kKeystoreKey}; |
GetCryptographer()->AddKey(old_key); |
GetCryptographer()->AddKey(cur_key); |