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

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

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/cros/cryptohome_library.h
diff --git a/chrome/browser/chromeos/cros/cryptohome_library.h b/chrome/browser/chromeos/cros/cryptohome_library.h
index 35cfe526968ee57e6c53d2b39dbaa98e0d609c8d..f7e83a13e509b6097a4d78b7c9f49ac5bd3f80aa 100644
--- a/chrome/browser/chromeos/cros/cryptohome_library.h
+++ b/chrome/browser/chromeos/cros/cryptohome_library.h
@@ -16,9 +16,6 @@ class CryptohomeLibrary {
CryptohomeLibrary();
virtual ~CryptohomeLibrary();
- // Asks cryptohomed if a drive is currently mounted.
- virtual bool IsMounted() = 0;
-
// Wrappers of the functions for working with Tpm.
// Returns whether Tpm is presented and enabled.

Powered by Google App Engine
This is Rietveld 408576698