Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1024)

Unified Diff: chrome/browser/chromeos/login/parallel_authenticator_unittest.cc

Issue 5108001: [Chrome OS] Fix data migration on PW change in parallel auth pathway (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/login/parallel_authenticator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/parallel_authenticator_unittest.cc
diff --git a/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc b/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc
index 7c33e436620fcf9af655026a7f58113b54345201..f6200d75cfdcd63b7c24894d4747e275c531f78b 100644
--- a/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc
+++ b/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc
@@ -535,7 +535,10 @@ TEST_F(ParallelAuthenticatorTest, DriveOfflineLoginGetNewPassword) {
// Set up mock cryptohome library to respond successfully to a key migration.
mock_library_->SetUp(true, 0);
- EXPECT_CALL(*mock_library_, AsyncMigrateKey(username_, _, _, _))
+ EXPECT_CALL(*mock_library_, AsyncMigrateKey(username_,
+ state_->ascii_hash,
+ _,
+ _))
.Times(1)
.RetiresOnSaturation();
EXPECT_CALL(*mock_library_, GetSystemSalt())
« no previous file with comments | « chrome/browser/chromeos/login/parallel_authenticator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698