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. |