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

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

Issue 10817007: Remove chromeos::CryptohomeLibrary::IsMounted and convert (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 5 months 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
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,

Powered by Google App Engine
This is Rietveld 408576698