Index: chrome/browser/signin/local_auth_unittest.cc |
diff --git a/chrome/browser/signin/local_auth_unittest.cc b/chrome/browser/signin/local_auth_unittest.cc |
index 2da9b74cc3411b438ab772ae44e24da8afc059f7..e1fd26c642d8cccefecdfe9f68c85d81ae301b4d 100644 |
--- a/chrome/browser/signin/local_auth_unittest.cc |
+++ b/chrome/browser/signin/local_auth_unittest.cc |
@@ -35,9 +35,7 @@ TEST(LocalAuthTest, SetAndCheckCredentials) { |
std::string password("Some Password"); |
EXPECT_FALSE(ValidateLocalAuthCredentials(prof, password)); |
- EXPECT_FALSE(LocalAuthCredentialsExist(prof)); |
SetLocalAuthCredentials(prof, password); |
- EXPECT_TRUE(LocalAuthCredentialsExist(prof)); |
msw
2014/09/09 16:52:56
You can keep/move the functions if they're truly v
|
std::string passhash = cache.GetLocalAuthCredentialsOfProfileAtIndex(0); |
// We perform basic validation on the written record to ensure bugs don't slip |