Index: chrome/browser/chromeos/login/login_utils_browsertest.cc |
diff --git a/chrome/browser/chromeos/login/login_utils_browsertest.cc b/chrome/browser/chromeos/login/login_utils_browsertest.cc |
index fff19616da6c640dc3ff991e67a36cba4ae48a8d..4546141727bbc3ff47c70b3c8756994e44681f26 100644 |
--- a/chrome/browser/chromeos/login/login_utils_browsertest.cc |
+++ b/chrome/browser/chromeos/login/login_utils_browsertest.cc |
@@ -167,8 +167,6 @@ class LoginUtilsTest : public testing::Test, |
.WillRepeatedly(Return(true)); |
EXPECT_CALL(*cryptohome_, TpmIsEnabled()) |
.WillRepeatedly(Return(false)); |
- EXPECT_CALL(*cryptohome_, IsMounted()) |
- .WillRepeatedly(Return(true)); |
EXPECT_CALL(*cryptohome_, InstallAttributesSet(kAttributeOwned, kTrue)) |
.WillRepeatedly(Return(true)); |
EXPECT_CALL(*cryptohome_, InstallAttributesSet(kAttributeOwner, |