Index: sync/internal_api/sync_encryption_handler_impl_unittest.cc |
=================================================================== |
--- sync/internal_api/sync_encryption_handler_impl_unittest.cc (revision 174065) |
+++ sync/internal_api/sync_encryption_handler_impl_unittest.cc (working copy) |
@@ -1311,7 +1311,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); |
@@ -1874,7 +1873,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); |