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

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

Issue 9286003: Remove AsyncSetOwnerUser() from cryptohome library (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Ready to go. Created 8 years, 10 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 | « no previous file | chrome/browser/chromeos/cros/cryptohome_library.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.h
diff --git a/chrome/browser/chromeos/cros/cryptohome_library.h b/chrome/browser/chromeos/cros/cryptohome_library.h
index 1cc3c5fbcb40e7d1d7799a8406f156431897f440..029a667cacf5678896a0c6eedceb73568d6d4dc2 100644
--- a/chrome/browser/chromeos/cros/cryptohome_library.h
+++ b/chrome/browser/chromeos/cros/cryptohome_library.h
@@ -75,11 +75,6 @@ class CryptohomeLibrary {
// Asks cryptohomed if a drive is currently mounted.
virtual bool IsMounted() = 0;
- // Passes cryptohomed the owner user. It is used to prevent
- // deletion of the owner in low disk space cleanup (see above).
- virtual bool AsyncSetOwnerUser(const std::string& username,
- Delegate* callback) = 0;
-
// Wrappers of the functions for working with Tpm.
// Returns whether Tpm is ready.
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/cryptohome_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698