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

Unified Diff: chrome/browser/chromeos/cros/cryptohome_library.cc

Issue 1094009: Ensure that data doesn't leak between users on cros chrome crash. (Closed)
Patch Set: Make tests not use OTR Profile Created 10 years, 9 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
« no previous file with comments | « chrome/browser/chromeos/cros/cryptohome_library.h ('k') | chrome/browser/chromeos/login/account_screen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros/cryptohome_library.cc
diff --git a/chrome/browser/chromeos/cros/cryptohome_library.cc b/chrome/browser/chromeos/cros/cryptohome_library.cc
index 4be406c1723e1320b9144cb95485471aaa4993eb..d74d4e0e7fb5a244adffc0eef28c7f77993542ad 100644
--- a/chrome/browser/chromeos/cros/cryptohome_library.cc
+++ b/chrome/browser/chromeos/cros/cryptohome_library.cc
@@ -23,4 +23,8 @@ bool CryptohomeLibrary::Mount(const std::string& user_email,
return chromeos::CryptohomeMount(user_email.c_str(), passhash.c_str());
}
+bool CryptohomeLibrary::IsMounted() {
+ return chromeos::CryptohomeIsMounted();
+}
+
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/cros/cryptohome_library.h ('k') | chrome/browser/chromeos/login/account_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698